From ddae52b122bda51181a468bb6836cd0b55803355 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sat, 28 Oct 2023 08:17:46 +0100 Subject: [PATCH] Try adding py3.12 to full dependency CI checks --- .github/workflows/gh-ci.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 3ed9ec4d313..578f4e4e845 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, ] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] full-deps: [true, ] codecov: [true, ] include: @@ -48,11 +48,6 @@ jobs: full-deps: true codecov: false extra-pip-deps: asv - - name: python_312 - os: ubuntu-latest - python-version: "3.12" - full-deps: false - codecov: true env: CYTHON_TRACE_NOGIL: 1 MPLBACKEND: agg