Skip to content

Commit

Permalink
Announce Python 3.11 support (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Sep 21, 2022
1 parent 242e57d commit a9edd38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["flit_core >=3.6,<4"]
requires = ["flit_core >=3.7,<4"]
build-backend = "flit_core.buildapi"

[project]
Expand All @@ -16,6 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dynamic = ["description"]

Expand Down

0 comments on commit a9edd38

Please sign in to comment.