Skip to content

Commit f295866

Browse files
authoredNov 26, 2022
feat: update default Poetry version to 1.2.2 (#57)
* feat: update default Poetry version to 1.2.2 * ci: remove Python 3.6 from CI
1 parent b64bee1 commit f295866

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
14-
poetry-version: [1.0, 1.1.15]
13+
python-version: ["3.7", "3.8", "3.9", "3.10"]
14+
poetry-version: [1.0, 1.1.15, 1.2.2]
1515
os: [ubuntu-18.04, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
poetry-version:
99
description: "The version of poetry to install"
1010
required: true
11-
default: "1.1.15"
11+
default: "1.2.2"
1212
runs:
1313
using: "composite"
1414
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.