File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ classifiers =
22
22
Operating System :: POSIX
23
23
Operating System :: Unix
24
24
Programming Language :: Python
25
- Programming Language :: Python :: 3.6
26
25
Programming Language :: Python :: 3.7
27
26
Programming Language :: Python :: 3.8
28
27
Programming Language :: Python :: 3.9
29
28
Programming Language :: Python :: 3.10
29
+ Programming Language :: Python :: 3.11
30
30
Topic :: System :: Hardware :: Universal Serial Bus (USB)
31
31
Typing :: Typed
32
32
project_urls =
@@ -37,9 +37,7 @@ project_urls =
37
37
38
38
[options]
39
39
packages = find:
40
- install_requires =
41
- importlib_resources; python_version < "3.7"
42
- python_requires = >=3.6
40
+ python_requires = >=3.7
43
41
include_package_data = True
44
42
package_dir =
45
43
=src
You can’t perform that action at this time.
0 commit comments