Skip to content

Commit 03e6e2f

Browse files
committed
upgrade GitHub Action to use Ubuntu 24.04 Python 3.10
1 parent 25dbf16 commit 03e6e2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on: [ push, pull_request ]
99

1010
jobs:
1111
main:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
strategy:
1414
matrix:
1515
include:
16-
- python-version: 3.7
16+
- python-version: 3.10
1717
# - python-version: 3.8
1818
steps:
1919
- name: Checkout ✅
@@ -27,7 +27,6 @@ jobs:
2727
- name: Install Requirements 📦
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install wheel
3130
pip install -r requirements.txt
3231
pip install -r requirements-dev.txt
3332

0 commit comments

Comments
 (0)