We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839c5c5 commit 6645143Copy full SHA for 6645143
1 file changed
‎.github/workflows/build.yml‎
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: ["3.10", "3.11"]
+ python-version: ["3.10", "3.13"]
16
17
steps:
18
- name: Checkout main
@@ -61,7 +61,7 @@ jobs:
61
- run: nox -s build
62
63
- name: Codecov
64
- if: matrix.python-version == '3.11'
+ if: matrix.python-version == '3.13'
65
uses: codecov/codecov-action@v2
66
with:
67
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments