Skip to content

Commit c8d0a49

Browse files
committed
Raise requirement to Python 3.8
bytes.hex(":") does not work before 3.8.
1 parent 7dc7904 commit c8d0a49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ url = https://github.com/schodet/nxt-python/
1010
classifiers =
1111
Programming Language :: Python :: 3
1212
Programming Language :: Python :: 3 :: Only
13+
Programming Language :: Python :: 3.8
14+
Programming Language :: Python :: 3.9
15+
Programming Language :: Python :: 3.10
16+
Programming Language :: Python :: 3.11
1317
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
1418
Operating System :: OS Independent
1519

@@ -24,7 +28,7 @@ scripts =
2428
scripts/nxt_push
2529
scripts/nxt_server
2630
scripts/nxt_test
27-
python_requires = >=3.6
31+
python_requires = >=3.8
2832
install_requires =
2933
pyusb >= 1.2.1
3034
pybluez >= 0.23; platform_system == 'Linux'

0 commit comments

Comments
 (0)