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

Backport support for up to Python 3.9 #42

Merged
merged 9 commits into from
Jul 22, 2023
Merged

Backport support for up to Python 3.9 #42

merged 9 commits into from
Jul 22, 2023

Conversation

shenanigansd
Copy link
Member

@shenanigansd shenanigansd commented Jul 22, 2023

Closes #41
Uses typing_extensions to import types that don't exist in all supported Python versions yet.
Python 3.8 is not supported because str.removesuffix was added in Python 3.9.

@shenanigansd shenanigansd self-assigned this Jul 22, 2023
@shenanigansd shenanigansd changed the title Cleanup CI Cleanup Jul 22, 2023
@shenanigansd shenanigansd changed the title Cleanup Backport support for up to Python 3.9 Jul 22, 2023
@shenanigansd shenanigansd merged commit d2e2132 into main Jul 22, 2023
@shenanigansd shenanigansd deleted the gh41 branch July 22, 2023 02:09
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.

Update CI
1 participant