Skip to content

Commit 7a1ff73

Browse files
jeremjeremad
authored andcommitted
fix: install job should not use python 3.5 anymore
1 parent 36b6b64 commit 7a1ff73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: [3.5, 3.6, 3.7, 3.8]
12+
python-version: [3.6, 3.7, 3.8, 3.9]
1313
steps:
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)