Skip to content

Commit 7f5ce84

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 fdb64cf commit 7f5ce84

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
@@ -82,6 +82,8 @@
8282
'Natural Language :: English',
8383
'Operating System :: OS Independent',
8484
'Programming Language :: Python :: 3.10',
85+
'Programming Language :: Python :: 3.11',
86+
'Programming Language :: Python :: 3.12',
8587
'Topic :: Software Development :: Quality Assurance',
8688
'Topic :: Software Development :: Testing',
8789
],

0 commit comments

Comments
 (0)