Skip to content

Commit 7a97dcc

Browse files
authored
Merge pull request #253 from Wenzel/ci/update_python
Ci/update python
2 parents 9ea6674 + b98e193 commit 7a97dcc

File tree

8 files changed

+570
-329
lines changed

8 files changed

+570
-329
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@ jobs:
223223
with:
224224
components: clippy
225225

226-
- name: Set up Python 3.8 🐍
226+
- name: Set up Python 3.9 🐍
227227
uses: actions/setup-python@v1
228228
with:
229-
python-version: '3.8'
229+
python-version: '3.9'
230230

231231
- uses: actions/checkout@v1
232232

0 commit comments

Comments
 (0)