Skip to content

Commit

Permalink
Make 3.11 support explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Jun 19, 2022
1 parent ae87f59 commit 689b12a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Quality Assurance
keywords = python docstring format
Expand All @@ -32,7 +33,7 @@ project_urls =
python_requires = >=3.8
packages = find:
install_requires =
tomli >= 1.1.0
tomli>=1.1.0;python_version<"3.11"

[options.packages.find]
include =
Expand Down

0 comments on commit 689b12a

Please sign in to comment.