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

Add Python 3.11 support to CI/CD and update all dependencies #921

Merged
merged 9 commits into from
Aug 4, 2023

Conversation

iMicknl
Copy link
Owner

@iMicknl iMicknl commented Aug 3, 2023

No description provided.

pyproject.toml Outdated
aiohttp = "^3.6.1"
pyhumps = "^3.0.2,!=3.7.3"
backoff = ">=1.10.0,<3.0"
attrs = ">=21.2,<24.0"
boto3 = "^1.18.59"
warrant-lite = "^1.0.4"
backports-strenum = "^1.2.4"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Owner Author

Choose a reason for hiding this comment

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

I saw indeed, but seems this is not using the native StrEnum for Python 3.11. I rather use the native StrEnum, with a backport for older Python versions.

Copy link
Owner Author

Choose a reason for hiding this comment

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

@tetienne I will add this to a new PR, this PR already got to big with all changes required to 3.11 and CI/CD. :D

@iMicknl iMicknl changed the title Add StrEnum and Python 3.11 support Add Python 3.11 support to CI/CD and update all dependencies Aug 4, 2023
@iMicknl iMicknl requested a review from tetienne August 4, 2023 12:46
@iMicknl iMicknl merged commit 923faf8 into main Aug 4, 2023
4 checks passed
@iMicknl iMicknl deleted the add_str_enum branch August 4, 2023 12:48
@iMicknl iMicknl added the enhancement New feature or request label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants