From c185793257cacdeac11a630a2fdc363da16a8acb Mon Sep 17 00:00:00 2001 From: Finomnis Date: Mon, 10 Jun 2024 08:32:37 +0200 Subject: [PATCH] Remove Python 3.7 in CI, add 3.12 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 8c12c78..37bb137 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3