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 3585492 commit 2fe9fe9Copy full SHA for 2fe9fe9
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["flit_core >=3.6,<4"]
+requires = ["flit_core >=3.7,<4"]
3
build-backend = "flit_core.buildapi"
4
5
[project]
@@ -17,6 +17,7 @@ classifiers = [
17
"Programming Language :: Python :: 3.8",
18
"Programming Language :: Python :: 3.9",
19
"Programming Language :: Python :: 3.10",
20
+ "Programming Language :: Python :: 3.11",
21
]
22
dynamic = ["description"]
23
0 commit comments