From 0ef5531cbdb8b18776f1c5b568da680ee91a2121 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Mon, 27 Feb 2023 22:25:07 +0000 Subject: [PATCH] unpin 3.11 ci jobs --- .github/workflows/ci.yml | 9 +++------ .python-version | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c66dd292..181ce29b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,8 +127,7 @@ jobs: matrix: extra-features: ["multiple-pymethods"] rust: [stable] - # FIXME - pinned to 3.11.0 because 3.11.1 breaks CI on windows, see PyO3 issue 2817 - python-version: ["3.11.0"] + python-version: ["3.11"] platform: [ { @@ -177,8 +176,7 @@ jobs: "3.8", "3.9", "3.10", - # FIXME - pinned to 3.11.0 because 3.11.1 breaks CI on windows, see PyO3 issue 2817 - "3.11.0", + "3.11", "pypy-3.7", "pypy-3.8", "pypy-3.9" @@ -227,8 +225,7 @@ jobs: # Test 32-bit Windows only with the latest Python version - rust: stable - # FIXME - pinned to 3.11.0 because 3.11.1 breaks CI on windows, see PyO3 issue 2817 - python-version: "3.11.0" + python-version: "3.11" platform: { os: "windows-latest", diff --git a/.python-version b/.python-version index afad8186..2c073331 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.0 +3.11