Skip to content

Commit 12fe3db

Browse files
committed
Require Blinka>=7.2.3
1 parent 6b6d85a commit 12fe3db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5-
Adafruit-Blinka>=7.0.0
5+
Adafruit-Blinka>=7.2.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# Author details
3434
author="Adafruit Industries",
3535
author_email="circuitpython@adafruit.com",
36-
install_requires=["Adafruit-Blinka>=7.0.0"],
36+
install_requires=["Adafruit-Blinka>=7.2.3"],
3737
# Choose your license
3838
license="MIT",
3939
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)