Skip to content

Commit 8f308cb

Browse files
committed
Add Python 3.13 to CI matrix for testing
1 parent fc369e4 commit 8f308cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
26-
python-version: ["3.10", "3.11", "3.12"]
26+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2727
include:
2828
- { os: "ubuntu-22.04", python-version: "3.10", requires: "oldest" }
2929

0 commit comments

Comments
 (0)