Skip to content

Commit 0b85ced

Browse files
committed
setup.cfg: add py3.11, drop py3.6
1 parent 0176323 commit 0b85ced

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.cfg

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ classifiers =
2222
Operating System :: POSIX
2323
Operating System :: Unix
2424
Programming Language :: Python
25-
Programming Language :: Python :: 3.6
2625
Programming Language :: Python :: 3.7
2726
Programming Language :: Python :: 3.8
2827
Programming Language :: Python :: 3.9
2928
Programming Language :: Python :: 3.10
29+
Programming Language :: Python :: 3.11
3030
Topic :: System :: Hardware :: Universal Serial Bus (USB)
3131
Typing :: Typed
3232
project_urls =
@@ -37,9 +37,7 @@ project_urls =
3737

3838
[options]
3939
packages = find:
40-
install_requires =
41-
importlib_resources; python_version < "3.7"
42-
python_requires = >=3.6
40+
python_requires = >=3.7
4341
include_package_data = True
4442
package_dir =
4543
=src

0 commit comments

Comments
 (0)