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: add python 3.11 support #142

Merged
merged 4 commits into from
Apr 8, 2024
Merged

Conversation

edx-requirements-bot
Copy link
Contributor

@edx-requirements-bot edx-requirements-bot commented Feb 23, 2024

For the details, check the issue openedx/public-engineering#233

With python3.12 it has some failures so for this PR 3.11 is enough.

@awais786 awais786 marked this pull request as ready for review March 31, 2024 18:32
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.78%. Comparing base (a2cccea) to head (dad02d0).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #142   +/-   ##
=======================================
  Coverage   99.78%   99.78%           
=======================================
  Files          11       11           
  Lines         461      461           
  Branches       33       33           
=======================================
  Hits          460      460           
  Partials        1        1           

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

@awais786 awais786 changed the title feat: add python 3.12 support feat: add python 3.11 support Apr 1, 2024
@awais786 awais786 force-pushed the jenkins/add-python312-support-a2cccea branch from 3b09999 to c1cb129 Compare April 1, 2024 08:53
tox.ini Outdated

[pytest]
addopts = --cov=tests --cov-report term --cov-config=.coveragerc -p no:randomly
testpaths = tests

[testenv]
download = true
Copy link
Member

Choose a reason for hiding this comment

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

Please add a comment why this flag is needed?

# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

Copy link
Member

Choose a reason for hiding this comment

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

It seems like an issue with the common_constraints.txt file as it haven't been updated and latest constraints have not been fetched properly. Perhaps try running make upgrade again.

Makefile Outdated Show resolved Hide resolved
@feanil feanil merged commit 716d6d8 into master Apr 8, 2024
8 checks passed
@feanil feanil deleted the jenkins/add-python312-support-a2cccea branch April 8, 2024 19:23
@feanil feanil linked an issue Apr 11, 2024 that may be closed by this pull request
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 i18n-tools on Python 3.11
4 participants