Skip to content

Commit da52b66

Browse files
authored
Add 3.12 to test matrix
1 parent a93d415 commit da52b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
matrix:
7272
# Match versions specified in tox.ini
73-
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.7']
73+
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.7', '3.12']
7474

7575
# Steps represent a sequence of tasks that will be executed as part of the job
7676
steps:

0 commit comments

Comments
 (0)