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 def582f commit 56d297aCopy full SHA for 56d297a
pyproject.toml
@@ -14,9 +14,11 @@ classifiers = [
14
"Intended Audience :: Developers",
15
"License :: OSI Approved :: Apache Software License",
16
"Operating System :: OS Independent",
17
- "Programming Language :: Python :: 3.5",
18
- "Programming Language :: Python :: 3.6",
19
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
20
+ "Programming Language :: Python :: 3.10",
21
+ "Programming Language :: Python :: 3.11",
22
"Topic :: Software Development :: Libraries :: Python Modules",
23
]
24
0 commit comments