From 00a42cfb7603fd9f35567509f43d71ce99af931c Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Thu, 10 Oct 2024 10:43:35 +0200 Subject: [PATCH] Build 3.13 wheels in PRs --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c579d898..b7cd4f61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,6 +104,8 @@ jobs: exclude: - is_main_or_release: false cpython: cp310 + - is_main_or_release: false + cpython: cp311 - is_main_or_release: false cpython: cp312 include: