We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4602287 commit 5a7425eCopy full SHA for 5a7425e
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
strategy:
44
fail-fast: false
45
matrix:
46
- python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
+ python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
47
env:
48
UV_PYTHON: ${{ matrix.python-version }}
49
0 commit comments