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

Abandon python3.8 #171

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Abandon python3.8 #171

merged 1 commit into from
Oct 2, 2024

Conversation

hemidactylus
Copy link
Collaborator

This PR introduces Python3.9 as the minimum required version.

As a matter of fact, the code is already not usable on 3.8 due to the tuple[...] syntax recently introduced: attempting import cassio results in:

  File ".../cassio/src/cassio/config/__init__.py", line 41, in <module>
    ) -> tuple[Session, Optional[str]]:
TypeError: 'type' object is not subscriptable

No need to support 3.8 in future versions anyway.

@hemidactylus hemidactylus requested a review from cbornet October 2, 2024 09:24
@cbornet cbornet merged commit e2ff7dc into main Oct 2, 2024
4 checks passed
@cbornet cbornet deleted the SL-ditch-python-3.8 branch October 2, 2024 14:58
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.

2 participants