Skip to content

Commit 59f60e4

Browse files
committed
regenerate with python 3.9.x to match previous workflow behavior
1 parent 36b43f2 commit 59f60e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/verify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Setup Python
8080
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
8181
with:
82-
python-version: 3.11.8
82+
python-version: 3.9.x
8383
- name: Setup Java
8484
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
8585
with:

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"pulumictl@latest",
55
66
7-
"python3@3.11.8",
7+
"python3@3.9.",
88
99
1010
"curl@8"

0 commit comments

Comments
 (0)