Skip to content

Commit

Permalink
feat: update default Poetry version to 1.2.2 (#57)
Browse files Browse the repository at this point in the history
* feat: update default Poetry version to 1.2.2

* ci: remove Python 3.6 from CI
  • Loading branch information
browniebroke committed Nov 26, 2022
1 parent b64bee1 commit f295866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
poetry-version: [1.0, 1.1.15]
python-version: ["3.7", "3.8", "3.9", "3.10"]
poetry-version: [1.0, 1.1.15, 1.2.2]
os: [ubuntu-18.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -8,7 +8,7 @@ inputs:
poetry-version:
description: "The version of poetry to install"
required: true
default: "1.1.15"
default: "1.2.2"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit f295866

Please sign in to comment.