Skip to content

Python 3.11 compatibility#317

Merged
pjbull merged 2 commits into
masterfrom
py311
Feb 3, 2023
Merged

Python 3.11 compatibility#317
pjbull merged 2 commits into
masterfrom
py311

Conversation

@pjbull

@pjbull pjbull commented Feb 3, 2023

Copy link
Copy Markdown
Member

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

github-actions Bot commented Feb 3, 2023

Copy link
Copy Markdown
Contributor

@codecov-commenter

codecov-commenter commented Feb 3, 2023

Copy link
Copy Markdown

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