Skip to content

Commit 447362d

Browse files
lacop11louisjoecodes
authored andcommitted
Install python 3.8, not 3.7, in ci
3.8 is what we use for tests workflow, and more importantly the pyproject.toml spec says `python = "^3.8"`
1 parent 8ba1747 commit 447362d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up python
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: 3.7
13+
python-version: 3.8
1414
- name: Bootstrap poetry
1515
run: |
1616
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: 3.7
29+
python-version: 3.8
3030
- name: Bootstrap poetry
3131
run: |
3232
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up python
4949
uses: actions/setup-python@v4
5050
with:
51-
python-version: 3.7
51+
python-version: 3.8
5252
- name: Bootstrap poetry
5353
run: |
5454
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1

0 commit comments

Comments
 (0)