There was an error while loading. Please reload this page.
1 parent 2d43864 commit f5f0e22Copy full SHA for f5f0e22
1 file changed
.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"] #Disable 3.13 until https://github.com/TheKevJames/coveralls-python/issues/549 is fixed
+ python: ["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