From 6e5015a0092e8275f97f5274a98f8ef308b21e4f Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Mon, 4 Nov 2024 22:59:02 -0500 Subject: [PATCH] CI: drop EOL Python 3.8 and use Python 3.13 final --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 80327b32..6a969760 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -105,7 +105,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-22.04, windows-2022, macos-13 ] - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev' ] + python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ] architecture: [ 'x86', 'x64' ] # Exclude x86 configs on non-Windows OSs exclude: