Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Python 3.8 #243

Closed
7 tasks
Tracked by #274
irtazaakram opened this issue Jul 25, 2024 · 1 comment
Closed
7 tasks
Tracked by #274

Drop support for Python 3.8 #243

irtazaakram opened this issue Jul 25, 2024 · 1 comment

Comments

@irtazaakram
Copy link
Member

irtazaakram commented Jul 25, 2024

End support for Python 3.8 as it reaches its end of life (EOL), and Open edX now supports Python 3.11.

Reference PR: https:/openedx/event-bus-redis/pull/113/files

  • update setup.py, pyproject.toml, tox.ini, or any other configuration files that specify Python 3.8
  • remove Python 3.8 from the test matrix in CI configurations
  • update dependencies to ensure compatibility with Python 3.11+
  • update README, installation guides, and other documentation to reflect python 3.11 instead of python 3.8
  • add a note in the release changelog about the removal of Python 3.8 support
  • Update the major version so we could release it after the merging of PR
  • Test Cases should be passed before pushing PR for code review
@irtazaakram
Copy link
Member Author

Resolved by #244

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

No branches or pull requests

1 participant