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 7dc7904 commit c8d0a49Copy full SHA for c8d0a49
setup.cfg
@@ -10,6 +10,10 @@ url = https://github.com/schodet/nxt-python/
10
classifiers =
11
Programming Language :: Python :: 3
12
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
17
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
18
Operating System :: OS Independent
19
@@ -24,7 +28,7 @@ scripts =
24
28
scripts/nxt_push
25
29
scripts/nxt_server
26
30
scripts/nxt_test
27
-python_requires = >=3.6
31
+python_requires = >=3.8
32
install_requires =
33
pyusb >= 1.2.1
34
pybluez >= 0.23; platform_system == 'Linux'
0 commit comments