From 17d0e85451696b3cfeeb62388fb7702ec255fbd9 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Wed, 18 Oct 2023 04:40:10 +0100 Subject: [PATCH] Add 3.12 to CI --- .github/workflows/gh-ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 43dfbf2..99c22ed 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -26,12 +26,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, ] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] include: - os: windows-latest - python-version: "3.11" + python-version: "3.12" - os: macos-latest - python-version: "3.11" + python-version: "3.12" steps: - uses: actions/checkout@v3