Skip to content

Commit

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

* ci: opt in to use multiple projects
  • Loading branch information
parthea authored and dandhlee committed Jan 26, 2023
1 parent c7658a0 commit e197a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions securitycenter/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
# build specific Cloud project. You can also use your own string
# to use your own Cloud project.
# 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
"gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT",
# A dictionary you want to inject into your test. Don't put any
# secrets here. These values will override predefined values.
"envs": {
Expand Down

0 comments on commit e197a0c

Please sign in to comment.