Skip to content

Commit 689b12a

Browse files
committed
Make 3.11 support explicit
1 parent ae87f59 commit 689b12a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers =
2020
Programming Language :: Python :: 3.8
2121
Programming Language :: Python :: 3.9
2222
Programming Language :: Python :: 3.10
23+
Programming Language :: Python :: 3.11
2324
Programming Language :: Python :: Implementation :: CPython
2425
Topic :: Software Development :: Quality Assurance
2526
keywords = python docstring format
@@ -32,7 +33,7 @@ project_urls =
3233
python_requires = >=3.8
3334
packages = find:
3435
install_requires =
35-
tomli >= 1.1.0
36+
tomli>=1.1.0;python_version<"3.11"
3637

3738
[options.packages.find]
3839
include =

0 commit comments

Comments
 (0)