Skip to content

Commit 73953e2

Browse files
committed
github: bump CI workflow
1 parent b48fa3c commit 73953e2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
max-parallel: 5
1414
matrix:
1515
python-version:
16-
- 3.7
17-
- 3.8
18-
- 3.9
16+
- "3.9"
1917
- "3.10"
2018
- "3.11"
21-
- pypy-3.9
19+
- "3.12"
20+
- "3.13"
21+
- "pypy3.9"
2222

2323
steps:
2424
- uses: actions/checkout@v2
25-
- uses: actions/setup-python@v4
25+
- uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install tox
@@ -35,6 +35,8 @@ jobs:
3535
- name: Test with tox
3636
run: |
3737
tox --parallel 0
38-
- uses: codecov/codecov-action@v1
38+
- uses: codecov/codecov-action@v5
3939
with:
40-
file: ./coverage.xml
40+
token: ${{ secrets.CODECOV_TOKEN }}
41+
files: ./coverage.xml
42+
disable_search: true

0 commit comments

Comments
 (0)