From: XhmikosR Date: Sun, 10 Dec 2023 06:50:50 +0000 (+0200) Subject: CI: remove Python 3.7, add Python 3.12 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=45276ff4bc18849dd608ed2f8b62895ca96499a1;p=stevenblack-hosts.git CI: remove Python 3.7, add Python 3.12 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 968e521f4..852ded42a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,11 @@ jobs: fail-fast: false matrix: python: - - '3.7' - '3.8' - '3.9' - '3.10' - '3.11' + - '3.12' os: - ubuntu-latest - macos-latest