Skip to content

chore: drop Python 3.11 support#254

Merged
feanil merged 5 commits into
masterfrom
feanil/drop_python_3.11
Apr 8, 2026
Merged

chore: drop Python 3.11 support#254
feanil merged 5 commits into
masterfrom
feanil/drop_python_3.11

Conversation

@feanil
Copy link
Copy Markdown
Contributor

@feanil feanil commented Mar 6, 2026

Summary

  • Drop Python 3.11 support: remove from CI test matrix, tox envlist, and package classifiers
  • Regenerate pinned requirements using Python 3.12
  • Bump version to 5.0.0 — dropping Python support is a breaking change, so this is a major version bump

Context

Python 3.11 is being dropped across the Open edX ecosystem as part of the move
to standardize on Python 3.12. See the tracking issue for the full list of repos:
openedx/public-engineering#499

Test plan

  • CI passes with Python 3.12 only

feanil and others added 2 commits March 6, 2026 16:52
Remove Python 3.11 from CI matrix, pypi-publish workflow, and package classifiers.
Python 3.12 is now the minimum supported version.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Regenerate all pinned requirements files using Python 3.12.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@feanil feanil force-pushed the feanil/drop_python_3.11 branch from 4297731 to f6e2fb8 Compare March 10, 2026 17:47
…v30.0

typesense-python 2.0 is a full rewrite adding async support. The sync
client is now generated from async code and lives under typesense.sync.*
instead of the top-level typesense.* namespace.

Breaking changes from typesense-python 1.x → 2.0:
- Collection class moved: typesense.collection → typesense.sync.collection
- Requires Typesense Server >= v30.0 (previously >= v28.0)
- No official migration guide; see release:
  https://github.com/typesense/typesense-python/releases/tag/v2.0.0

BREAKING CHANGE: If you use SEARCH_ENGINE = "search.typesense.TypesenseEngine"
you must upgrade your Typesense server to >= v30.0 before deploying this
version of edx-search. Deploying against an older server will result in
API incompatibilities.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@feanil feanil marked this pull request as ready for review March 13, 2026 13:48
@feanil feanil merged commit c03fb39 into master Apr 8, 2026
6 of 7 checks passed
@feanil feanil deleted the feanil/drop_python_3.11 branch April 8, 2026 14:39
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.

3 participants