Skip to content

Commit

Permalink
🪛 Update pyproject with python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil authored Dec 30, 2022
1 parent caaaf23 commit b5510c7
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
Expand Up @@ -36,6 +36,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP",
]
Expand Down Expand Up @@ -122,4 +123,4 @@ junit_family = "xunit2"
[tool.hatch.build.targets.sdist]
include = [
"/asyncz",
]
]

0 comments on commit b5510c7

Please sign in to comment.