We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9201249 commit b4e3998Copy full SHA for b4e3998
.github/workflows/ci.yml
@@ -145,8 +145,8 @@ jobs:
145
strategy:
146
fail-fast: true
147
matrix:
148
- python-version: ["3.8", "3.9", "3.10", "3.11"]
149
- poetry-version: ["1.5.1"]
+ python-version: ["3.9", "3.10", "3.11"]
+ poetry-version: ["1.8.5"]
150
runs-on: "ubuntu-24.04"
151
env:
152
PYTHON_VER: "${{ matrix.python-version }}"
@@ -156,7 +156,7 @@ jobs:
156
- name: "Setup environment"
157
uses: "networktocode/gh-action-setup-poetry-environment@3ea5d3ecf382cdcb0c74d4c0ff0629d95fce63c7"
158
159
- POETRY_VERSION: 1.5.1
+ POETRY_VERSION: 1.8.5
160
with:
161
python-version: "${{ matrix.python-version }}"
162
poetry-version: "${{ matrix.poetry-version }}"
0 commit comments