Skip to content

Commit a94c1e1

Browse files
committed
Add Python 3.13 to Trove classifiers and tox
1 parent f82b66f commit a94c1e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ def get_greenlet_version():
241241
'Programming Language :: Python :: 3.10',
242242
'Programming Language :: Python :: 3.11',
243243
'Programming Language :: Python :: 3.12',
244+
'Programming Language :: Python :: 3.13',
244245
'Operating System :: OS Independent',
245246
'Topic :: Software Development :: Libraries :: Python Modules'
246247
],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py37,py38,py39,py310,py27-ns,py310-ns,py311,py311-ns,docs
3+
py{37,38,39,310,311,312,313},py{310,311,312,313}-ns,docs
44

55
[testenv]
66
commands =

0 commit comments

Comments
 (0)