We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdc1f0 commit 8629718Copy full SHA for 8629718
.github/workflows/python-package.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
os: ["ubuntu-24.04", "ubuntu-22.04"]
19
- python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ python: ["3.9", "3.10", "3.11", "3.12"] #Disable 3.13 until https://github.com/TheKevJames/coveralls-python/issues/549 is fixed
20
runs-on: ${{ matrix.os }}
21
steps:
22
- uses: actions/checkout@v4
0 commit comments