We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0176323 commit 0b85cedCopy full SHA for 0b85ced
setup.cfg
@@ -22,11 +22,11 @@ classifiers =
22
Operating System :: POSIX
23
Operating System :: Unix
24
Programming Language :: Python
25
- Programming Language :: Python :: 3.6
26
Programming Language :: Python :: 3.7
27
Programming Language :: Python :: 3.8
28
Programming Language :: Python :: 3.9
29
Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
30
Topic :: System :: Hardware :: Universal Serial Bus (USB)
31
Typing :: Typed
32
project_urls =
@@ -37,9 +37,7 @@ project_urls =
37
38
[options]
39
packages = find:
40
-install_requires =
41
- importlib_resources; python_version < "3.7"
42
-python_requires = >=3.6
+python_requires = >=3.7
43
include_package_data = True
44
package_dir =
45
=src
0 commit comments