We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83fa46 commit 10564cbCopy full SHA for 10564cb
dialogflow-cx/noxfile_config.py
@@ -22,7 +22,7 @@
22
23
TEST_CONFIG_OVERRIDE = {
24
# You can opt out from the test for specific Python versions.
25
- "ignored_versions": ["2.7", "3.7", "3.9", "3.10", "3.11", "3.12", "3.13"],
+ "ignored_versions": ["2.7", "3.7", "3.8", "3.9", "3.11", "3.12", "3.13"],
26
# An envvar key for determining the project id to use. Change it
27
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
28
# build specific Cloud project. You can also use your own string
0 commit comments