Skip to content

Commit 9a6d006

Browse files
committed
add python 3.11 to setup.cfg
fixes pre-commit
1 parent 7e04538 commit 9a6d006

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers =
2323
Programming Language :: Python :: 3.8
2424
Programming Language :: Python :: 3.9
2525
Programming Language :: Python :: 3.10
26+
Programming Language :: Python :: 3.11
2627
Programming Language :: Python :: Implementation :: CPython
2728
Topic :: Software Development
2829
Topic :: Software Development :: User Interfaces
@@ -40,7 +41,7 @@ project_urls =
4041
packages = find:
4142
install_requires =
4243
setuptools>=41.0
43-
python_requires = >=3.6
44+
python_requires = >=3.7
4445

4546
[options.packages.find]
4647
exclude =

0 commit comments

Comments
 (0)