We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593ef03 commit 57d1596Copy full SHA for 57d1596
.github/workflows/release.yml
@@ -23,11 +23,11 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- python-version: ["3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.10", "3.11", "3.12"]
27
runs-on: ubuntu-22.04
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@v4.1.1
31
32
- name: Get version
33
run: |
@@ -43,12 +43,12 @@ jobs:
43
uses: actions/cache@v4
44
with:
45
path: ~/.local
46
- key: poetry-1.5-0
+ key: poetry-2.0.3
47
48
- name: Install Poetry
49
uses: snok/install-poetry@v1
50
51
- version: "1.5.0"
+ version: "2.0.3"
52
virtualenvs-create: true
53
virtualenvs-in-project: true
54
0 commit comments