Skip to content

Commit b151f47

Browse files
Add Savannah for 3.16
1 parent 1f05863 commit b151f47

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424
description: "Git remote to checkout"
2525
options:
2626
- python
27+
- savannahostrowski
2728
- hugovk
2829
- Yhg1s
2930
- pablogsal

add_to_pydotorg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def run_cmd(
8787
"3.12": ("[email protected]", google_oidc_provider),
8888
"3.13": ("[email protected]", google_oidc_provider),
8989
"3.14": ("[email protected]", github_oidc_provider),
90+
"3.15": ("[email protected]", github_oidc_provider),
91+
"3.16": ("[email protected]", google_oidc_provider),
9092
}
9193

9294

windows-release/azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ parameters:
77
default: python
88
values:
99
- 'python'
10+
- 'savannahostrowski'
1011
- 'hugovk'
1112
- 'Yhg1s'
1213
- 'pablogsal'

0 commit comments

Comments
 (0)