Skip to content

Commit

Permalink
Dropped support for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius2342 committed Nov 27, 2023
1 parent 936e23b commit dd2009f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def get_long_description():
"Intended Audience :: Developers",
"Topic :: System :: Hardware :: Hardware Drivers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand All @@ -45,7 +44,7 @@ def get_long_description():
package_data={
'pyvlx': ['py.typed'],
},
python_requires='>=3.9',
python_requires='>=3.10',
install_requires=REQUIRES,
keywords="velux KLF 200 home automation",
zip_safe=False,
Expand Down

0 comments on commit dd2009f

Please sign in to comment.