Skip to content

Commit cadbeea

Browse files
authored
ci: enable Python 3.13 tests (#80)
1 parent 9abb2a7 commit cadbeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.11", "3.12"]
15+
python-version: ["3.11", "3.12", "3.13"]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
cache-dependency-path: |
2828
requirements.txt
2929
requirements-dev.txt
30-
30+
3131
- name: Install uv
3232
uses: astral-sh/setup-uv@v6
3333

0 commit comments

Comments
 (0)