File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,8 @@ jobs:
172
172
pip install -q -U 'cffi;platform_python_implementation=="CPython"'
173
173
pip install -q -U 'cython>=3.0'
174
174
# Use a debug version of greenlet to help catch any errors earlier.
175
- CFLAGS="$CFLAGS -Og -g -UNDEBUG" pip install -v --no-binary :all: 'greenlet>=2.0.0 ;platform_python_implementation=="CPython"' 'greenlet >= 3.0rc1; python_version >="3.12"'
175
+ CFLAGS="$CFLAGS -Og -g -UNDEBUG" pip install -v --no-binary :all: 'greenlet>=2.0.0;platform_python_implementation=="CPython" and python_version < "3.12"'
176
+ CFLAGS="$CFLAGS -Og -g -UNDEBUG" pip install -v --no-binary :all: 'greenlet>=3.0rc1;platform_python_implementation=="CPython" and python_version >= "3.12"'
176
177
177
178
- name : Build gevent (non-Mac)
178
179
if : ${{ ! startsWith(runner.os, 'Mac') }}
You can’t perform that action at this time.
0 commit comments