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

Python 3.11 compatibility #317

Merged
merged 2 commits into from
Feb 3, 2023
Merged

Python 3.11 compatibility #317

merged 2 commits into from
Feb 3, 2023

Conversation

pjbull
Copy link
Member

@pjbull pjbull commented Feb 3, 2023

Python 3.11 was released in October 2022, so we should support it.

  • Adds 3.11 to support list in setup.py
  • Adds 3.11 to CI test matrix
  • Adds alias for scandir so tests pass with updated CPython internal pathlib implementation

Bonus:

  • New version of black had some whitespace changes it needed to pass.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2023

@codecov-commenter
Copy link

codecov-commenter commented Feb 3, 2023

Codecov Report

Merging #317 (3512708) into master (caeeb50) will increase coverage by 0.0%.
The diff coverage is 100.0%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #317   +/-   ##
======================================
  Coverage    94.2%   94.2%           
======================================
  Files          21      21           
  Lines        1395    1396    +1     
======================================
+ Hits         1315    1316    +1     
  Misses         80      80           
Impacted Files Coverage Δ
cloudpathlib/azure/azblobclient.py 93.8% <ø> (ø)
cloudpathlib/gs/gsclient.py 94.3% <ø> (ø)
cloudpathlib/cloudpath.py 92.6% <100.0%> (+<0.1%) ⬆️

@pjbull pjbull marked this pull request as ready for review February 3, 2023 22:15
@pjbull pjbull requested a review from jayqi February 3, 2023 22:15
@pjbull pjbull merged commit bb9d0a3 into master Feb 3, 2023
@pjbull pjbull deleted the py311 branch February 3, 2023 23:10
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.

3 participants