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

Remove conditional code for Python versions less than 3.9 #442

Merged

Conversation

boomanaiden154
Copy link
Collaborator

This patch removes some conditional branches that were set up to support Python 3.8. Now that we have gotten rid of Python 3.8 support these can be removed.

Fixes #38.

This patch removes some conditional branches that were set up to support
Python 3.8. Now that we have gotten rid of Python 3.8 support these can
be removed.

Fixes google#38.
@cclauss
Copy link
Collaborator

cclauss commented Feb 13, 2025

Please edit README to drop Py3.8 and add Py3.11.

@boomanaiden154
Copy link
Collaborator Author

Please edit README to drop Py3.8 and add Py3.11.

45b5a3c

@boomanaiden154 boomanaiden154 merged commit c944898 into google:main Feb 13, 2025
13 checks passed
@boomanaiden154 boomanaiden154 deleted the fix-38-39-test-differences branch February 13, 2025 20:16
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.

Remove 3.8->3.9 unittest diffs
3 participants