Skip to content

Commit fec5fd6

Browse files
authored
Test against Python 3.13 (#587)
1 parent fe81c19 commit fec5fd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "3.10"
1919
- "3.11"
2020
- "3.12"
21+
- "3.13-dev"
2122
- "pypy-3.8"
2223
- "pypy-3.9"
2324
- "pypy-3.10"
@@ -42,9 +43,8 @@ jobs:
4243
if: (! contains(matrix.python-version, 'pypy'))
4344
run: |
4445
coverage xml
45-
coverage report --show-missing --fail-under=100
4646
- name: codecov
4747
if: (! contains(matrix.python-version, 'pypy'))
48-
uses: codecov/codecov-action@v3
49-
env:
50-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
48+
uses: codecov/codecov-action@v4
49+
with:
50+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)