Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dataflow/flex-templates/streaming_beam/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# > ℹ️ We're opting out of all Python versions except 3.8.
# > The Python version used is defined by the Dockerfile, so it's redundant
# > to run multiple tests since they would all be running the same Dockerfile.
"ignored_versions": ["2.7", "3.6", "3.7", "3.9"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.9", "3.10"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion dataflow/gpu-examples/pytorch-minimal/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# > ℹ️ We're opting out of all Python versions except 3.8.
# > The Python version used is defined by the Dockerfile, so it's redundant
# > to run multiple tests since they would all be running the same Dockerfile.
"ignored_versions": ["2.7", "3.6", "3.7", "3.9"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.9", "3.10"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion dataflow/gpu-examples/tensorflow-landsat/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# > ℹ️ We're opting out of all Python versions except 3.8.
# > The Python version used is defined by the Dockerfile, so it's redundant
# > to run multiple tests since they would all be running the same Dockerfile.
"ignored_versions": ["2.7", "3.6", "3.7", "3.9"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.9", "3.10"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion dataflow/gpu-examples/tensorflow-minimal/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# > ℹ️ We're opting out of all Python versions except 3.8.
# > The Python version used is defined by the Dockerfile, so it's redundant
# > to run multiple tests since they would all be running the same Dockerfile.
"ignored_versions": ["2.7", "3.6", "3.7", "3.9"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.9", "3.10"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down