Skip to content

Commit 2fe9fe9

Browse files
Update classifiers (#31)
1 parent 3585492 commit 2fe9fe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=3.6,<4"]
2+
requires = ["flit_core >=3.7,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.8",
1818
"Programming Language :: Python :: 3.9",
1919
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
2021
]
2122
dynamic = ["description"]
2223

0 commit comments

Comments
 (0)