Skip to content

Commit

Permalink
feat: add support for python 3.10 (#131)
Browse files Browse the repository at this point in the history
* feat: add support for python 3.10

* add constraints files for python 3.10 and 3.11
  • Loading branch information
parthea authored Oct 14, 2021
1 parent 6135efc commit c4fb30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/compute/snippets/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_pytest_env_vars() -> Dict[str, str]:

# DO NOT EDIT - automatically generated.
# All versions used to test samples.
ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9"]
ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"]

# Any default versions that should be ignored.
IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"]
Expand Down

0 comments on commit c4fb30a

Please sign in to comment.