liormizr / s3path

s3path is a pathlib extension for AWS S3 Service
Apache License 2.0
208 stars 40 forks source link

feat: Add support for python 3.11 #114

Closed Darkheir closed 1 year ago

Darkheir commented 1 year ago

Add support to python 3.11 by overriding the methods that were relying on _Accessor in cpython

Parent task: #112

liormizr commented 1 year ago

@Darkheir Thanks for the PR Great work... Can you please just change the setup.py (removing the python 3.11 limitation) And I'll merged and deploy a new version

Darkheir commented 1 year ago

Can you please just change the setup.py (removing the python 3.11 limitation)

Done :-)