Skip to content

Commit

Permalink
Drop Python 3.7 support, remove a couple of dependencies (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Aug 18, 2023
1 parent a1bdb9f commit 979b5e1
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 243 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.x
cache: "poetry"
cache-dependency-path: poetry.lock

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.x
cache: "poetry"
cache-dependency-path: poetry.lock

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 979b5e1

Please sign in to comment.