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

Add support and testing for Python 3.13 #233

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

rtibbles
Copy link
Member

Summary

Adds support for Python 3.13
Runs CI on Python 3.13

Issues addressed

Fixes #230

@rtibbles
Copy link
Member Author

Oh dear, looks like the version of Django we are using relies on the removed cgi stdlib module, so we'll have to work around that!

Forward port cgi module for use in Python 3.13.
@rtibbles rtibbles marked this pull request as ready for review October 19, 2024 05:14
@bjester bjester self-assigned this Oct 22, 2024
Copy link
Member

@bjester bjester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and tests passed!

@bjester bjester merged commit 7fa2f60 into learningequality:release-v0.8.x Oct 24, 2024
22 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.

Add Python 3.13 support
2 participants