Skip to content

Commit b4e3998

Browse files
committed
ci: 👷 Update CI to remove py 3.8 and set Poetry to 1.8.5
1 parent 9201249 commit b4e3998

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ jobs:
145145
strategy:
146146
fail-fast: true
147147
matrix:
148-
python-version: ["3.8", "3.9", "3.10", "3.11"]
149-
poetry-version: ["1.5.1"]
148+
python-version: ["3.9", "3.10", "3.11"]
149+
poetry-version: ["1.8.5"]
150150
runs-on: "ubuntu-24.04"
151151
env:
152152
PYTHON_VER: "${{ matrix.python-version }}"
@@ -156,7 +156,7 @@ jobs:
156156
- name: "Setup environment"
157157
uses: "networktocode/gh-action-setup-poetry-environment@3ea5d3ecf382cdcb0c74d4c0ff0629d95fce63c7"
158158
env:
159-
POETRY_VERSION: 1.5.1
159+
POETRY_VERSION: 1.8.5
160160
with:
161161
python-version: "${{ matrix.python-version }}"
162162
poetry-version: "${{ matrix.poetry-version }}"

0 commit comments

Comments
 (0)