We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43b2b52 + b03561b commit a8abc3aCopy full SHA for a8abc3a
setup.py
@@ -34,7 +34,8 @@
34
# Author details
35
author="Adafruit Industries",
36
author_email="circuitpython@adafruit.com",
37
- install_requires=["Adafruit-Blinka>=6.20.4", "adafruit-circuitpython-typing"],
+ python_requires=">=3.7.0",
38
+ install_requires=["Adafruit-Blinka>=7.0.0", "adafruit-circuitpython-typing"],
39
# Choose your license
40
license="MIT",
41
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments