We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7feb10d commit 47c97adCopy full SHA for 47c97ad
2 files changed
CHANGELOG
@@ -1,6 +1,7 @@
1
Version 0.10.0:
2
- Fix Dummy Streamdeck backend when calling `read_feature()`.
3
- Add support for the StreamDeck Studio.
4
+ - Minimum Python version bumped to 3.10, as 3.9 is now EOL.
5
6
Version 0.9.8:
7
- Documentation fixes (StreamDeck 6 key module is also supported since 0.9.7).
setup.py
@@ -20,5 +20,5 @@
20
long_description=long_description,
21
long_description_content_type="text/markdown",
22
include_package_data=True,
23
- python_requires='>=3.9',
+ python_requires='>=3.10',
24
)
0 commit comments