Skip to content

Commit 1258a09

Browse files
stevenweaverclaude
andcommitted
python 3.14 compatibility
Regenerated Cython C/C++ files with Cython 3.1.4 for Python 3.14 compatibility. Fixed _PyLong_AsByteArray API changes and invalid escape sequences. Added Python 3.13 and 3.14 to CI test matrix. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 23621fe commit 1258a09

7 files changed

Lines changed: 21749 additions & 18815 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10","3.11","3.12"]
19+
python-version: ["3.10","3.11","3.12","3.13","3.14"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)