Skip to content

Commit 58136bf

Browse files
authored
Add Python 3.12 to test matrix and add classifier (#1334)
1 parent 104e5b0 commit 58136bf

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-version: ['3.8', '3.9', '3.10', '3.11']
11+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1212
celery-version: ['5.2', '5.3']
1313
tornado-version: ['6.0']
1414

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ python:
99
- "3.9"
1010
- "3.10"
1111
- "3.11"
12+
- "3.12"
1213
- "pypy3"
1314
install:
1415
- pip install tox-travis

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def get_requirements(filename):
3636
Programming Language :: Python :: 3.9
3737
Programming Language :: Python :: 3.10
3838
Programming Language :: Python :: 3.11
39+
Programming Language :: Python :: 3.12
3940
Programming Language :: Python :: Implementation :: CPython
4041
Programming Language :: Python :: Implementation :: PyPy
4142
Operating System :: OS Independent

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py36,py37,py38,py39,py310,py311,pypy3}-{celery505}-{tornado5,tornado6}
2+
envlist = {py36,py37,py38,py39,py310,py311,py312,pypy3}-{celery505}-{tornado5,tornado6}
33
skip_missing_interpreters = True
44

55
[testenv]

0 commit comments

Comments
 (0)