Skip to content

Commit 3125b05

Browse files
khsraliunkcpz
authored andcommitted
CD python version mach with CI's one (#304)
(cherry-pick from bb32edb)
1 parent ecef9b9 commit 3125b05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Checkout source
1717
uses: actions/checkout@v2
1818

19-
- name: Set up Python 3.8
19+
- name: Set up Python 3.12
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: '3.8'
22+
python-version: '3.12'
2323

2424
- name: Validate the tag version against the package version
2525
run: python .github/workflows/validate_release_tag.py $GITHUB_REF
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Python
4444
uses: actions/setup-python@v2
4545
with:
46-
python-version: '3.8'
46+
python-version: '3.12'
4747

4848
- name: Install Python dependencies
4949
run: pip install -e .[pre-commit]
@@ -109,10 +109,10 @@ jobs:
109109
- name: Checkout source
110110
uses: actions/checkout@v2
111111

112-
- name: Set up Python 3.8
112+
- name: Set up Python 3.12
113113
uses: actions/setup-python@v2
114114
with:
115-
python-version: '3.8'
115+
python-version: '3.12'
116116

117117
- name: Install flit
118118
run: pip install flit~=3.4

0 commit comments

Comments
 (0)