From b866eeb559b04a80d081acb50118e5d95a63daa7 Mon Sep 17 00:00:00 2001 From: Gabriel Dugny Date: Mon, 17 Jul 2023 19:21:19 +0200 Subject: [PATCH] chore: target PDM 2.8.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b79d6dd..8dd8796 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: matrix: python-version: ["3.10", "3.11", "3.12"] # Empty is latest, head is latest from GitHub - pdm-version: ["", "head", "2.7.4"] + pdm-version: ["", "head", "2.7.4", "2.8.0"] steps: - uses: actions/checkout@v3