Skip to content

Commit

Permalink
MAINT: verify installation on Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jul 9, 2023
1 parent 9b13c4b commit 88ecdcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ include = '\.pyi?$'
preview = true
target-version = [
"py310",
"py311",
"py36",
"py37",
"py38",
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Typing :: Typed

[options]
Expand Down

0 comments on commit 88ecdcf

Please sign in to comment.