Skip to content

Commit

Permalink
[REF] setup: Add py3.12 support info (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Mar 28, 2024
1 parent 0a46733 commit 910b2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifier =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Debuggers
Topic :: Software Development :: Quality Assurance
Topic :: Software Development :: Testing
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ envlist =
py39,
py310,
py311,
py312

[testenv]
parallel_show_output=true
Expand Down

0 comments on commit 910b2a5

Please sign in to comment.