-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
chore: remove 3.12 tests from python 3.7 samples #11406
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left couple minor comments, but my biggest concern is that this change completely turns off any tests. We're currently running tests in 2.7, 3.8-3.12 while the changes exclude all of these versions.
Is this intended?
appengine/flexible_python37_and_earlier/django_cloudsql/noxfile_config.py
Outdated
Show resolved
Hide resolved
appengine/flexible_python37_and_earlier/scipy/noxfile_config.py
Outdated
Show resolved
Hide resolved
appengine/flexible_python37_and_earlier/storage/noxfile_config.py
Outdated
Show resolved
Hide resolved
appengine/flexible_python37_and_earlier/storage/noxfile_config.py
Outdated
Show resolved
Hide resolved
These samples are a duplicated set of the appengine samples used in the docs that only support Python <= 3.7. They have lower dependency versions than the other set of appengine samples supporting 3.8-3.12. Unless we bring back Python 3.7 testing, these will not be tested, which is a separate issue from this PR. We shouldn't be testing these on 3.12 for certain. |
3.12 tests are running on samples that are only supposed to run on 3.7.