Skip to content

Commit

Permalink
MAINT: test package on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 2, 2023
1 parent 5ebbb83 commit ed587ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added .constraints/py3.12.txt
Empty file.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python",
Expand Down Expand Up @@ -134,6 +135,7 @@ preview = true
target-version = [
"py310",
"py311",
"py312",
"py38",
"py39",
]
Expand Down

0 comments on commit ed587ae

Please sign in to comment.