summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEwout ter Hoeven <E.M.terHoeven@student.tudelft.nl>2022-07-17 19:46:02 +0200
committerda-woods <dw-git@d-woods.co.uk>2022-07-18 08:33:27 +0100
commit4d626caa314c8d6de741185e3ec11199effb8f22 (patch)
tree0e469e1f4723f497e83459cc18f5c3947840eae5
parent2f1c338ac4e7333823be84cc0d8df80acc5e23f3 (diff)
downloadcython-4d626caa314c8d6de741185e3ec11199effb8f22.tar.gz
CI: Remove "allow_failures" for Python 3.11 to make sure we notice failures during the release phases (GH-4780)
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c8ae1eb1f..3e972eda1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,9 +29,9 @@ jobs:
env: [{}]
include:
- # Temporary - Allow failure on Python 3.11-dev jobs until they are considered stable
- - python-version: 3.11-dev
- allowed_failure: true
+ # Temporary - Allow failure on Python 3.12-dev jobs until they are in beta (feature frozen)
+ #- python-version: 3.12-dev
+ # allowed_failure: true
# Ubuntu sub-jobs:
# ================