Skip to content

Add Python 3.14 support - #196

Merged
pfreixes merged 1 commit into
emcache:masterfrom
ajwhiting:python-3.14-support
Jan 9, 2026
Merged

Add Python 3.14 support#196
pfreixes merged 1 commit into
emcache:masterfrom
ajwhiting:python-3.14-support

Conversation

@ajwhiting

@ajwhiting ajwhiting commented Jan 5, 2026

Copy link
Copy Markdown
Contributor
  • Upgrade pytest-asyncio from 0.11.0 to 0.23.8 to fix compatibility with Python 3.14's asyncio changes
  • Add pytest configuration (asyncio_mode = auto) to properly handle async fixtures
  • Add Python 3.14 to CI/CD workflows with continue-on-error flag for early testing
  • Upgrade Cython from 3.0.10 to 3.2.4 for Python 3.14 compatibility
  • Update cibuildwheel to 2.22.0 and enable prerelease Python builds
  • Add Python 3.14 support to build scripts and package classifiers
Screenshot 2026-01-05 at 3 40 18 PM

   - Upgrade pytest-asyncio from 0.11.0 to 0.23.8 to fix compatibility with Python 3.14's asyncio changes
   - Add pytest configuration (asyncio_mode = auto) to properly handle async fixtures
   - Add Python 3.14 to CI/CD workflows with continue-on-error flag for early testing
   - Upgrade Cython from 3.0.10 to 3.2.4 for Python 3.14 compatibility
   - Update cibuildwheel to 2.22.0 and enable prerelease Python builds
   - Add Python 3.14 support to build scripts and package classifiers
   - Add venv Makefile target for local Python 3.14 development setup
@ajwhiting

Copy link
Copy Markdown
Contributor Author

@pfreixes We are trying to update our code to use Python3.14, and this library is holding things up. We really like this one. Would it be possible for you to review this?

@pfreixes
pfreixes merged commit 9ec491e into emcache:master Jan 9, 2026
14 checks passed
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