summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:
# ================