Skip to content

Commit

Permalink
Remove python 3.7 support and update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Nov 29, 2023
1 parent 7c115e9 commit a5495df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
os: [ubuntu-20.04, macos-11, windows-2019]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.5.1
poetry-version: 1.7.1

- name: Install Dependencies
run: poetry install
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: matrix.os == 'ubuntu-20.04' && matrix.python-version == '3.7'
if: matrix.os == 'ubuntu-20.04' && matrix.python-version == '3.8'

- name: Build Wheel
run: poetry build -f wheel
Expand Down

0 comments on commit a5495df

Please sign in to comment.