Skip to content

feat: add Python 3.13 and 3.14 support#164

Open
cluster2600 wants to merge 4 commits intoalibaba:mainfrom
cluster2600:feat/python-3.13-3.14-support
Open

feat: add Python 3.13 and 3.14 support#164
cluster2600 wants to merge 4 commits intoalibaba:mainfrom
cluster2600:feat/python-3.13-3.14-support

Conversation

@cluster2600
Copy link
Contributor

@cluster2600 cluster2600 commented Feb 24, 2026

Summary

  • Add Python 3.13 and 3.14 classifiers to pyproject.toml and cp313 to cibuildwheel build targets
  • Update CI matrices (linux_x64_docker_ci, linux_arm64_docker_ci, mac_arm64_ci) with Python 3.13/3.14 test rows
  • Add Python 3.14 feature benchmark and usage documentation

Changes

  • .github/workflows/linux_arm64_docker_ci.yml — add 3.13/3.14 matrix entries
  • .github/workflows/linux_x64_docker_ci.yml — add 3.13/3.14 matrix entries
  • .github/workflows/mac_arm64_ci.yml — add 3.13/3.14 matrix entries
  • pyproject.toml — classifiers, cp313, ruff target-version
  • benchmark_python_features.py — Python 3.14 feature benchmarks
  • docs/PYTHON_3.14_FEATURES.md — documentation for new Python features

Context

Split from #157 to keep CI/platform support separate from feature work.

Test plan

  • CI passes on existing Python 3.10–3.12 matrix entries (no regression)
  • Python 3.13 CI jobs build and test successfully
  • ruff lint and format pass

- Add Python 3.13 and 3.14 to CI test matrix (Mac ARM64, Linux x64, Linux ARM64)
- Add classifiers for Python 3.13 and 3.14
- Add cp313 to cibuildwheel build targets
- Update ruff target-version to py313
- Add benchmark script for Python 3.14 features (compression.zstd, base64.z85)
- Add documentation for Python 3.14 feature compatibility

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants