Skip to content

Commit 73aae92

Browse files
committed
Drop 3.7 from CI
1 parent def8435 commit 73aae92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: [3.7, 3.8, 3.9]
21+
python-version: [3.8, 3.9, "3.10"]
2222
steps:
2323
- name: Check out code from GitHub
2424
uses: actions/checkout@v2
@@ -224,7 +224,7 @@ jobs:
224224
needs: prepare-base
225225
strategy:
226226
matrix:
227-
python-version: [3.7, 3.8, 3.9]
227+
python-version: [3.8, 3.9, "3.10"]
228228
name: >-
229229
Run tests Python ${{ matrix.python-version }}
230230
steps:

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13-
- name: Set up Python 3.7
13+
- name: Set up Python 3.8
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.7
16+
python-version: 3.8
1717
- name: Install wheel
1818
run: >-
1919
pip install wheel

0 commit comments

Comments
 (0)