Skip to content

Commit

Permalink
Merge pull request #143 from jhlegarreta/AddPython312ToPythonClassifiers
Browse files Browse the repository at this point in the history
ENH: Add Python 3.12 to project classifiers
  • Loading branch information
arokem authored Mar 27, 2024
2 parents d23dcf0 + 5274e13 commit c073fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
license = "Apache-2.0"
requires-python = ">=3.8"
Expand Down

0 comments on commit c073fdf

Please sign in to comment.