Skip to content

Commit e906569

Browse files
committed
use python 3.9
1 parent 217dfa2 commit e906569

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-versions.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
strategy:
66
matrix:
77
python-version:
8-
- "3.7"
8+
- "3.9"
99
- "3.13"
10-
- "pypy-3.7"
10+
- "pypy-3.9"
1111
- "pypy-3.11"
1212
runs-on: ubuntu-22.04
1313
steps:
@@ -28,7 +28,6 @@ jobs:
2828
- name: Install Python package
2929
working-directory: git-repo
3030
run: |
31-
python -m pip install --upgrade pip
3231
python -m pip install --group test .
3332
- name: Run tests
3433
run: |

0 commit comments

Comments
 (0)