Skip to content

Commit c006319

Browse files
committed
etc: drop Python 3.7 from CI
1 parent ef51925 commit c006319

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-18.04
1010
steps:
1111
- uses: actions/checkout@master
12-
- name: Set up Python 3.7
12+
- name: Set up Python 3.8
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.7
15+
python-version: 3.8
1616
- name: Install pep517
1717
run: >-
1818
python -m

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
29+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3030
steps:
3131
- uses: actions/checkout@v3
3232
- name: Setup Python

0 commit comments

Comments
 (0)