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.
1 parent 23a4c2b commit 8642770Copy full SHA for 8642770
requirements.txt
@@ -3,6 +3,6 @@
3
#
4
# SPDX-License-Identifier: MIT
5
6
-Adafruit-Blinka>=6.20.4
+Adafruit-Blinka>=7.0.0
7
adafruit-circuitpython-busdevice
8
adafruit-circuitpython-register
setup.py
@@ -34,8 +34,9 @@
34
# Author details
35
author="Adafruit Industries",
36
author_email="[email protected]",
37
+ python_requires=">=3.7.0"
38
install_requires=[
- "Adafruit-Blinka>=6.20.4",
39
+ "Adafruit-Blinka>=7.0.0",
40
"adafruit-circuitpython-busdevice",
41
"adafruit-circuitpython-register",
42
],
0 commit comments