Skip to content

Commit 9379f6e

Browse files
committed
ci: pin python-version we use to generate the published spec
Some dependencies we need do not yet have wheels available for Python 3.11 which is installed by the '3.x' version selector. Signed-off-by: Joshua Lock <[email protected]>
1 parent 201de70 commit 9379f6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
1414
with:
15-
python-version: 3.x
15+
python-version: '3.10'
1616
cache: pip
1717

1818
- name: Clone

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
1818
with:
19-
python-version: 3.x
19+
python-version: '3.10'
2020
cache: pip
2121

2222
- name: Ensure changes build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
1919
with:
20-
python-version: 3.x
20+
python-version: '3.10'
2121
cache: 'pip'
2222

2323
- name: Get previous version

0 commit comments

Comments
 (0)