Skip to content

Commit

Permalink
feat: drop support for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mousa Zeid Baker committed Oct 9, 2023
1 parent 09cd00a commit 8e70a5d
Show file tree
Hide file tree
Showing 4 changed files with 665 additions and 660 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install poetry
uses: snok/install-poetry@v1
with:
version: 1.2.1
version: 1.6.0

- name: Build
run: poetry build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Install poetry
uses: snok/install-poetry@v1
with:
version: 1.3.2
version: 1.6.0

- name: Install dependencies
run: poetry install
Expand Down
Loading

0 comments on commit 8e70a5d

Please sign in to comment.