From 73fcb97eefcfb05b4a27e2c3fda770e530ff210a Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 7 Oct 2024 20:54:00 +0000 Subject: [PATCH] ci: update to Python 3.13 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2a1ebfdf..7904d761b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,9 +211,9 @@ jobs: include: # Currently used Rust version. - os: ubuntu-latest - python: 3.12 + python: 3.13 - os: macos-latest - python: 3.12 + python: 3.13 # PyPy tests - os: ubuntu-latest @@ -263,11 +263,11 @@ jobs: matrix: include: - os: ubuntu-latest - python: 3.12 + python: 3.13 - os: macos-latest - python: 3.12 + python: 3.13 - os: windows-latest - python: 3.12 + python: 3.13 # PyPy tests - os: ubuntu-latest