We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dbf16 commit 03e6e2fCopy full SHA for 03e6e2f
1 file changed
.github/workflows/main.yml
@@ -9,11 +9,11 @@ on: [ push, pull_request ]
9
10
jobs:
11
main:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
13
strategy:
14
matrix:
15
include:
16
- - python-version: 3.7
+ - python-version: 3.10
17
# - python-version: 3.8
18
steps:
19
- name: Checkout ✅
@@ -27,7 +27,6 @@ jobs:
27
- name: Install Requirements 📦
28
run: |
29
python -m pip install --upgrade pip
30
- pip install wheel
31
pip install -r requirements.txt
32
pip install -r requirements-dev.txt
33
0 commit comments