Skip to content

Commit 8629718

Browse files
Disable 3.13 until the coveralls upstream is fixed.
1 parent 1bdc1f0 commit 8629718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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"]
19-
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python: ["3.9", "3.10", "3.11", "3.12"] #Disable 3.13 until https://github.com/TheKevJames/coveralls-python/issues/549 is fixed
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)