Skip to content

Commit b3bc7be

Browse files
authored
Exempt dataflow from 3.10 (GoogleCloudPlatform#7076)
@davidcavazos this was an educated guess based on which examples skip 3.9. Please edit or close as needed
1 parent 3502e05 commit b3bc7be

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dataflow/flex-templates/streaming_beam/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# > ℹ️ We're opting out of all Python versions except 3.8.
2626
# > The Python version used is defined by the Dockerfile, so it's redundant
2727
# > to run multiple tests since they would all be running the same Dockerfile.
28-
"ignored_versions": ["2.7", "3.6", "3.7", "3.9"],
28+
"ignored_versions": ["2.7", "3.6", "3.7", "3.9", "3.10"],
2929
# Old samples are opted out of enforcing Python type hints
3030
# All new samples should feature them
3131
"enforce_type_hints": True,

dataflow/gpu-examples/pytorch-minimal/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# > ℹ️ We're opting out of all Python versions except 3.8.
2626
# > The Python version used is defined by the Dockerfile, so it's redundant
2727
# > to run multiple tests since they would all be running the same Dockerfile.
28-
"ignored_versions": ["2.7", "3.6", "3.7", "3.9"],
28+
"ignored_versions": ["2.7", "3.6", "3.7", "3.9", "3.10"],
2929
# Old samples are opted out of enforcing Python type hints
3030
# All new samples should feature them
3131
"enforce_type_hints": True,

dataflow/gpu-examples/tensorflow-landsat/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# > ℹ️ We're opting out of all Python versions except 3.8.
2626
# > The Python version used is defined by the Dockerfile, so it's redundant
2727
# > to run multiple tests since they would all be running the same Dockerfile.
28-
"ignored_versions": ["2.7", "3.6", "3.7", "3.9"],
28+
"ignored_versions": ["2.7", "3.6", "3.7", "3.9", "3.10"],
2929
# Old samples are opted out of enforcing Python type hints
3030
# All new samples should feature them
3131
"enforce_type_hints": True,

dataflow/gpu-examples/tensorflow-minimal/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# > ℹ️ We're opting out of all Python versions except 3.8.
2626
# > The Python version used is defined by the Dockerfile, so it's redundant
2727
# > to run multiple tests since they would all be running the same Dockerfile.
28-
"ignored_versions": ["2.7", "3.6", "3.7", "3.9"],
28+
"ignored_versions": ["2.7", "3.6", "3.7", "3.9", "3.10"],
2929
# Old samples are opted out of enforcing Python type hints
3030
# All new samples should feature them
3131
"enforce_type_hints": True,

0 commit comments

Comments
 (0)