Skip to content

Commit

Permalink
tag Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Mar 10, 2024
1 parent 894cee5 commit 06b0e49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog
Version 2.6.3 (in development)
------------------------------


Tag Python 3.12 support.


Version 2.6.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{311,310,39,38}
envlist = py{312,311,310,39,38}
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit 06b0e49

Please sign in to comment.