Skip to content

Commit

Permalink
Explictly list python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMMorton committed Mar 4, 2024
1 parent e37113b commit b91d6dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Utilities
Topic :: Text Processing
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tox]
envlist =
flake8, mypy, py37, py38, py39, py310, py311
flake8, mypy, py37, py38, py39, py310, py311, py312
# Other valid environments are:
# docs
# release
Expand Down Expand Up @@ -109,3 +109,4 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

0 comments on commit b91d6dc

Please sign in to comment.