From b34af00891389cd2b634a145d3b0a5a259579f37 Mon Sep 17 00:00:00 2001 From: Andrew Hankinson Date: Mon, 14 Oct 2024 08:42:14 +0200 Subject: [PATCH] Update Python versions Python 3.8 is now EOL, and 3.13 is available. --- .github/workflows/python-ci-wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci-wheel.yml b/.github/workflows/python-ci-wheel.yml index 2c337e47b39..9e5b6e98bde 100644 --- a/.github/workflows/python-ci-wheel.yml +++ b/.github/workflows/python-ci-wheel.yml @@ -24,7 +24,7 @@ jobs: # Build the wheels for Linux, Windows and macOS matrix: os: [macos-13, macos-14, windows-latest, ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] architecture: [x86, x64, arm64] include: - os: macos-13