Skip to content

Commit 8162da7

Browse files
use 3.12 and 3.13 for test runner
1 parent ce3dd39 commit 8162da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-runner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
19+
python: ["3.12", "3.13"]
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Setup Python
@@ -33,7 +33,7 @@ jobs:
3333
- name: Generate coverage report
3434
run: coverage xml
3535
- name: Upload coverage report
36-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python == '3.11' && github.actor != 'dependabot[bot]' }}
36+
if: ${{ matrix.os == 'ubuntu-latest' && github.actor != 'dependabot[bot]' }}
3737
uses: paambaati/codeclimate-action@v3.0.0
3838
env:
3939
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)