Skip to content

Commit 0bccc4a

Browse files
committed
Require Python version >= 3.7.0
Spawned from #81, but for using the same Python version as the Blinka requirement of >= 6.20.6
1 parent 43b2b52 commit 0bccc4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
# Author details
3535
author="Adafruit Industries",
3636
author_email="circuitpython@adafruit.com",
37+
python_requires=">=3.7.0",
3738
install_requires=["Adafruit-Blinka>=6.20.4", "adafruit-circuitpython-typing"],
3839
# Choose your license
3940
license="MIT",

0 commit comments

Comments
 (0)