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 6b6d85a commit 12fe3dbCopy full SHA for 12fe3db
requirements.txt
@@ -2,4 +2,4 @@
2
#
3
# SPDX-License-Identifier: Unlicense
4
5
-Adafruit-Blinka>=7.0.0
+Adafruit-Blinka>=7.2.3
setup.py
@@ -33,7 +33,7 @@
33
# Author details
34
author="Adafruit Industries",
35
author_email="circuitpython@adafruit.com",
36
- install_requires=["Adafruit-Blinka>=7.0.0"],
+ install_requires=["Adafruit-Blinka>=7.2.3"],
37
# Choose your license
38
license="MIT",
39
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments