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

MAINT Explicit support for Python 3.11 #1389

Merged
merged 2 commits into from
Feb 17, 2023

Conversation

jjerphan
Copy link
Contributor

Fixes #1388.

Python 3.11 is already supported but is not tested and documented as such.

This updates the CI and adds a classifier for Python 3.11 to update the metadata.

@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Base: 93.94% // Head: 93.85% // Decreases project coverage by -0.09% ⚠️

Coverage data is based on head (210e765) compared to base (061d4ad).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1389      +/-   ##
==========================================
- Coverage   93.94%   93.85%   -0.09%     
==========================================
  Files          52       52              
  Lines        7328     7328              
==========================================
- Hits         6884     6878       -6     
- Misses        444      450       +6     
Impacted Files Coverage Δ
joblib/hashing.py 89.47% <0.00%> (-1.76%) ⬇️
joblib/_parallel_backends.py 91.54% <0.00%> (-1.48%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jjerphan jjerphan mentioned this pull request Feb 16, 2023
Copy link
Contributor

@ogrisel ogrisel left a comment

Choose a reason for hiding this comment

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

LGTM.

@ogrisel ogrisel merged commit bde4954 into joblib:master Feb 17, 2023
@jjerphan jjerphan deleted the python-3.11-support branch February 17, 2023 15:01
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.

support python3.11
2 participants