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 Python 3.12 support #227

Merged
merged 7 commits into from
Jul 3, 2024

Conversation

rtibbles
Copy link
Member

@rtibbles rtibbles commented Jul 1, 2024

Summary

Cleans up Django deprecation warnings
Adds Python 3.12 to the test matrix
Adds explicit support to setup.py
Updates testing dependencies so that pytest will run under Python 3.12
Removes coverage reporting, as it was breaking tests for Python 3.11 and 3.12, and we weren't uploading the coverage reports anywhere (running without coverage reporting also seems to shave off about 4-5 minutes from the overall test time).

TODO

  • Have tests been written for the new code?
  • Has documentation been written/updated?
  • New dependencies (if any) added to requirements file

Reviewer guidance

If you PR has a significant size, give the reviewer some helpful remarks

Issues addressed

List the issues solved or partly solved by the PR

Documentation

If the PR has documentation, link the file here (either .rst in your repo or if built on Read The Docs)

Update tests and test dependencies for Python 3.12.
@rtibbles rtibbles merged commit 03fec46 into learningequality:release-v0.8.x Jul 3, 2024
20 checks passed
@rtibbles rtibbles deleted the python3.12 branch July 3, 2024 14:49
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.

None yet

2 participants