Skip to content

Commit

Permalink
fix(pubsublite): ignore python 3.10 (GoogleCloudPlatform#8282)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf authored Aug 23, 2022
1 parent ed84ed8 commit c727880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsublite/spark-connector/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
# NOTE: We currently only run the test in Python 3.8.
"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

0 comments on commit c727880

Please sign in to comment.