Skip to content

Commit d3bd6ce

Browse files
committed
drop support for py37
1 parent 94ea899 commit d3bd6ce

File tree

3 files changed

+473
-374
lines changed

3 files changed

+473
-374
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
strategy:
1717
matrix:
18-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -24,9 +24,8 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
27-
# poetry 1.5.1 is the last version that supports py37
2827
run: |
29-
python -m pip install --upgrade pip poetry==1.5.1
28+
python -m pip install --upgrade pip poetry==1.8.5
3029
poetry install
3130
- name: Lint
3231
run: |

0 commit comments

Comments
 (0)