We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.11
1 parent ae87f59 commit 689b12aCopy full SHA for 689b12a
setup.cfg
@@ -20,6 +20,7 @@ classifiers =
20
Programming Language :: Python :: 3.8
21
Programming Language :: Python :: 3.9
22
Programming Language :: Python :: 3.10
23
+ Programming Language :: Python :: 3.11
24
Programming Language :: Python :: Implementation :: CPython
25
Topic :: Software Development :: Quality Assurance
26
keywords = python docstring format
@@ -32,7 +33,7 @@ project_urls =
32
33
python_requires = >=3.8
34
packages = find:
35
install_requires =
- tomli >= 1.1.0
36
+ tomli>=1.1.0;python_version<"3.11"
37
38
[options.packages.find]
39
include =
0 commit comments