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

Fail if run with Python below 3.10 #1511

Merged
merged 2 commits into from Jul 19, 2023

Conversation

wiktorn
Copy link
Collaborator

@wiktorn wiktorn commented Jul 19, 2023

Python 3.8 will be supported for one more year, 3.9 for two more years (see here)

As in fixtures we are using glob.glob with root_dir argument , which was introduced in 3.10, lets explicitly prevent user from running the tests in lower versions.

@wiktorn wiktorn enabled auto-merge (rebase) July 19, 2023 12:01
@wiktorn wiktorn merged commit 94daeab into GoogleCloudPlatform:master Jul 19, 2023
9 checks passed
@ludoo ludoo added the on:tools New or changed tool label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on:tools New or changed tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants