Skip to content

Commit b5b6a1a

Browse files
Add Python 3.12 and 3.13 to test matrix (#120)
Expand the GitHub Actions matrix to include the latest CPython releases; it keeps coverage for 3.9–3.11, validates on 3.12 and 3.13 to catch version-specific issues early and signal official support, and prepares us for 3.14 which is nearing release.
1 parent 47323b4 commit b5b6a1a

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
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
strategy:
1111
matrix:
12-
python-version: ["3.9", "3.10", "3.11"]
12+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)