Skip to content

Commit

Permalink
Merge pull request #420 from hugovk/add-3.13
Browse files Browse the repository at this point in the history
Add Python 3.13 to Trove classifiers and tox
  • Loading branch information
jamadden authored Sep 9, 2024
2 parents 901d95c + a94c1e1 commit 678943c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def get_greenlet_version():
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries :: Python Modules'
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py37,py38,py39,py310,py27-ns,py310-ns,py311,py311-ns,docs
py{37,38,39,310,311,312,313},py{310,311,312,313}-ns,docs

[testenv]
commands =
Expand Down

0 comments on commit 678943c

Please sign in to comment.