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.
1 parent f5bda9a commit f9384dfCopy full SHA for f9384df
pyproject.toml
@@ -14,8 +14,11 @@ authors = [
14
classifiers = [
15
"License :: OSI Approved :: BSD License",
16
"Programming Language :: Python :: 3",
17
- "Programming Language :: Python :: 3.6",
18
- "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
19
+ "Programming Language :: Python :: 3.10",
20
+ "Programming Language :: Python :: 3.11",
21
+ "Programming Language :: Python :: 3.12",
22
]
23
24
[project.scripts]
0 commit comments