We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242e57d commit a9edd38Copy full SHA for a9edd38
1 file changed
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]
@@ -16,6 +16,7 @@ classifiers = [
16
"Programming Language :: Python :: 3.8",
17
"Programming Language :: Python :: 3.9",
18
"Programming Language :: Python :: 3.10",
19
+ "Programming Language :: Python :: 3.11",
20
]
21
dynamic = ["description"]
22
0 commit comments