Skip to content

Commit 4ec88a8

Browse files
committed
specifically request beta 4 or newer
1 parent 027d618 commit 4ec88a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bleeding-edge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# the '-dev' suffix allows to use alphas and betas if no final release is available yet
4141
# this version should be upgraded as often as possible, typically once a year when numpy
4242
# and Cython are known to be compatible
43-
python-version: '3.11-dev'
43+
python-version: '>=3.11.0-beta.4' # to be replaced with '3.11-dev'
4444

4545
- name: Install dependencies
4646
run: |

0 commit comments

Comments
 (0)