Skip to content

Commit ce04af3

Browse files
Revert "Add python 3.13 to test matrix."
This reverts commit 074e967.
1 parent 074e967 commit ce04af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: ["ubuntu-24.04", "ubuntu-22.04", "ubuntu-20.04"]
19-
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python: ["3.9", "3.10", "3.11", "3.12"]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)