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

feat: adding python3.11 and 3.12 support #227

Merged
merged 6 commits into from
Apr 1, 2024
Merged

feat: adding python3.11 and 3.12 support #227

merged 6 commits into from
Apr 1, 2024

Conversation

awais786
Copy link
Contributor

@awais786 awais786 commented Feb 26, 2024

openedx/public-engineering#233

Python 3.11 and 3.12 support.

Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.43%. Comparing base (154e3e4) to head (b79b724).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #227   +/-   ##
=======================================
  Coverage   93.43%   93.43%           
=======================================
  Files          18       18           
  Lines        1995     1995           
  Branches      130      130           
=======================================
  Hits         1864     1864           
  Misses        118      118           
  Partials       13       13           
Flag Coverage Δ
unittests 93.43% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@awais786 awais786 force-pushed the support-pythons branch 5 times, most recently from cecd5d0 to 008e535 Compare February 27, 2024 09:02
@awais786 awais786 changed the title feat: adding python3.12 support. feat: adding python3.11 support. Mar 29, 2024
@feanil feanil changed the title feat: adding python3.11 support. feat: adding python3.11 support Mar 29, 2024
@feanil feanil changed the title feat: adding python3.11 support feat: adding python3.11 support. Mar 29, 2024
@feanil feanil changed the title feat: adding python3.11 support. feat: adding python3.11 support Mar 29, 2024
@@ -23,7 +22,8 @@ commands =
make test_quality

[testenv:docs]
deps =
deps =
setuptools
Copy link
Member

Choose a reason for hiding this comment

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

This shouldn't be needed for Python 3.11 support as setuptools is removed in Python 3.12.

Makefile Outdated
# Make sure to compile files after any other files they include!
pip-compile --upgrade --allow-unsafe --rebuild -o requirements/pip.txt requirements/pip.in
pip-compile --upgrade --verbose --rebuild -o requirements/pip-tools.txt requirements/pip-tools.in
pip-compile --upgrade --allow-unsafe --verbose --rebuild -o requirements/pip-tools.txt requirements/pip-tools.in
Copy link
Member

Choose a reason for hiding this comment

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

--allow-unsafe shouldn't be needed for Python 3.11 support.

@awais786 awais786 changed the title feat: adding python3.11 support feat: adding python3.11 and 3.12 support Apr 1, 2024
@feanil feanil merged commit 5273df1 into master Apr 1, 2024
15 checks passed
@feanil feanil deleted the support-pythons branch April 1, 2024 14:53
@feanil feanil linked an issue Apr 1, 2024 that may be closed by this pull request
6 tasks
@feanil feanil mentioned this pull request Apr 1, 2024
6 tasks
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.

Test edx-submissions on Python 3.11
4 participants