Skip to content

Commit 8aba409

Browse files
committed
Add CI jobs that test on Python 3.11 and 3.12
Since some clients are using more recent versions than 3.10, it makes sense to widen our CI matrix to mirror that.
1 parent dde8ba5 commit 8aba409

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tox.yaml

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

1111
strategy:
1212
matrix:
13-
python-version: ["3.10"]
13+
python-version: ["3.10", "3.11", "3.12"]
1414
fail-fast: false
1515

1616
steps:

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
'Natural Language :: English',
7676
'Operating System :: OS Independent',
7777
'Programming Language :: Python :: 3.10',
78+
'Programming Language :: Python :: 3.11',
79+
'Programming Language :: Python :: 3.12',
7880
'Topic :: Software Development :: Quality Assurance',
7981
'Topic :: Software Development :: Testing',
8082
],

0 commit comments

Comments
 (0)