Skip to content

Commit 5430454

Browse files
committed
Adding python 3.11, 3.12, and 3.13 to actions unittests
1 parent 0a3cff2 commit 5430454

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ jobs:
2929
- "3.9"
3030
- "3.10"
3131
- "3.11"
32-
- "3.12-dev"
32+
- "3.12"
33+
- "3.13"
3334
- "pypy-3.8"
3435
- "pypy-3.9"
3536
- "pypy-3.10"
37+
- "pypy-3.11"
38+
- "pypy-3.12"
39+
- "pypy-3.13"
3640

3741
runs-on: ${{ matrix.os }}
3842

0 commit comments

Comments
 (0)