Skip to content

Commit 998e895

Browse files
codebydivineclaude
andcommitted
fix: Update CI workflow to use Python 3.13 instead of non-existent 3.14
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d17fa29 commit 998e895

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
include:
1818
# Test on additional Python versions on Ubuntu only
1919
- os: ubuntu-latest
20-
python-version: "3.14"
21-
experimental: true
20+
python-version: "3.13"
2221

2322
continue-on-error: ${{ matrix.experimental == true }}
2423

0 commit comments

Comments
 (0)