10000 fix(pubsublite): ignore python 3.10 (#8282) · jonasthomaz/python-docs-samples@c727880 · GitHub
[go: up one dir, main page]

Skip to content

Commit c727880

Browse files
fix(pubsublite): ignore python 3.10 (GoogleCloudPlatform#8282)
1 parent ed84ed8 commit c727880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsublite/spark-connector/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
2525
# NOTE: We currently only run the test in Python 3.8.
26-
"ignored_versions": ["2.7", "3.6", "3.7", "3.9"],
26+
"ignored_versions": ["2.7", "3.6", "3.7", "3.9", "3.10"],
2727
# Old samples are opted out of enforcing Python type hints
2828
# All new samples should feature them
2929
"enforce_type_hints": True,

0 commit comments

Comments
 (0)
0