From 9b08ba29bcb2ec2b390088ce8c9f6ec3f398a47c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 1 Feb 2018 08:33:01 -0500 Subject: greenlet 0.4.13 is good on 3.7 --- requirements/dev.pip | 2 +- tox.ini | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/requirements/dev.pip b/requirements/dev.pip index 9ec41b7..183d051 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -9,7 +9,7 @@ -r pytest.pip # for linting. -greenlet==0.4.12 +greenlet==0.4.13 mock==2.0.0 PyContracts==1.8.2 pyenchant==2.0.0 diff --git a/tox.ini b/tox.ini index d689037..c5194a7 100644 --- a/tox.ini +++ b/tox.ini @@ -20,15 +20,10 @@ deps = unittest-mixins==1.4 #-e/Users/ned/unittest_mixins py26: unittest2==1.1.0 - # gevent won't install on py37: https://github.com/gevent/gevent/issues/1019 - # gevent needs cython pre-installed. - py37: cython - py37: git+https://github.com/gevent/gevent.git@debb8d838500849a0726bb0a8d94ed8d2541396d#egg=gevent==0.0 - py37: git+https://github.com/python-greenlet/greenlet.git@780a12b51fcef9adcc4f2c9a4cc5b05c2d652ba4#egg=greenlet==0.0 py{27,33,34,35,36}: gevent==1.2.2 py26: eventlet==0.21.0 py{27,33,34,35,36,37}: eventlet==0.22.0 - py{26,27,33,34,35,36}: greenlet==0.4.12 + py{26,27,33,34,35,36,37}: greenlet==0.4.13 # Windows can't update the pip version with pip running, so use Python # to install things. -- cgit v1.2.1