Skip to content

Commit 47c97ad

Browse files
committed
Bump minimum Python version to 3.10.
1 parent 7feb10d commit 47c97ad

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Version 0.10.0:
22
- Fix Dummy Streamdeck backend when calling `read_feature()`.
33
- Add support for the StreamDeck Studio.
4+
- Minimum Python version bumped to 3.10, as 3.9 is now EOL.
45

56
Version 0.9.8:
67
- Documentation fixes (StreamDeck 6 key module is also supported since 0.9.7).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",
2222
include_package_data=True,
23-
python_requires='>=3.9',
23+
python_requires='>=3.10',
2424
)

0 commit comments

Comments
 (0)