Skip to content

Commit

Permalink
Update poetry version used in CI (#237)
Browse files Browse the repository at this point in the history
* Update poetry version used in CI

* Python 3.7 has reached EOL.
  • Loading branch information
andrewsomething authored Oct 13, 2023
1 parent e51dee5 commit b1967ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
fail-fast: true
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand All @@ -72,7 +71,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: 1.1.13
version: 1.6.1
virtualenvs-path: .venv
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit b1967ba

Please sign in to comment.