We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414874a commit f52599dCopy full SHA for f52599d
.github/workflows/ci.yml
@@ -18,12 +18,13 @@ jobs:
18
- "3.10"
19
- "3.11"
20
- "3.12"
21
+ - "3.13"
22
- pypy-3.9
23
- pypy-3.10
24
25
steps:
26
- uses: actions/checkout@v4
- - uses: actions/setup-python@v4
27
+ - uses: actions/setup-python@v5
28
with:
29
python-version: ${{ matrix.python-version }}
30
allow-prereleases: true
@@ -37,6 +38,6 @@ jobs:
37
38
- name: Test with tox
39
run: |
40
tox --parallel 0
- - uses: codecov/codecov-action@v3
41
+ - uses: codecov/codecov-action@v4
42
43
file: ./coverage.xml
0 commit comments