Skip to content

Commit 6645143

Browse files
committed
👷 Run CI on Python 3.13
1 parent 839c5c5 commit 6645143

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/build.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.10", "3.11"]
15+
python-version: ["3.10", "3.13"]
1616

1717
steps:
1818
- name: Checkout main
@@ -61,7 +61,7 @@ jobs:
6161
- run: nox -s build
6262

6363
- name: Codecov
64-
if: matrix.python-version == '3.11'
64+
if: matrix.python-version == '3.13'
6565
uses: codecov/codecov-action@v2
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)