Skip to content

Commit 949c4a0

Browse files
Julien Danjoumergify[bot]
andauthored
chore: bump minimal gevent version to 1.1 (#2212)
gevent 1.1 version has release in 2016 and introduced the `is_module_patched` function we need for some operations. The profiler only supported gevent 1.1 and later since its inception. Align everyone on this. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent b925dae commit 949c4a0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ contacting support.
8282
+--------------------------------------------------+---------------+----------------+
8383
| :ref:`flask_cache` | >= 0.12 | No |
8484
+--------------------------------------------------+---------------+----------------+
85-
| :ref:`gevent` | >= 1.0 | No |
85+
| :ref:`gevent` | >= 1.1 | No |
8686
+--------------------------------------------------+---------------+----------------+
8787
| :ref:`grpc` | >= 1.12.0 | Yes |
8888
+--------------------------------------------------+---------------+----------------+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
Support for gevent 1.0 has been removed and gevent >= 1.1 is required.

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ envlist =
6161
gevent_contrib-py27-gevent{11,12,13}-sslmodules
6262
gevent_contrib-py{35,36}-gevent{11,12,13}-sslmodules3-sslmodules
6363
gevent_contrib-py{37,38}-gevent{13,14}-sslmodules3-sslmodules
64-
# gevent 1.0 is not python 3 compatible
65-
gevent_contrib-py27-gevent10-sslmodules
6664
httplib_contrib-py{27,35,36,37,38,39}
6765
jinja2_contrib-py{27,35,36,37,38,39}-jinja{27,28,29,210,211,}
6866
kombu_contrib-py{27,35,36}-kombu{40,41,42,43,44,45,46,}
@@ -105,7 +103,6 @@ envlist =
105103
py{27,35,36,37,38,39}-opentracer
106104
py{35,36,37,38}-opentracer_asyncio
107105
py{35,36,37,38,39}-opentracer_tornado-tornado{44,45,50,60,}
108-
py27-opentracer_gevent-gevent{10}
109106
py{27,35,36}-opentracer_gevent-gevent{11,12}
110107
py{37,38}-opentracer_gevent-gevent{13,14}
111108

@@ -226,7 +223,6 @@ deps =
226223
futures30: futures>=3.0,<3.1
227224
futures31: futures>=3.1,<3.2
228225
futures32: futures>=3.2,<3.3
229-
gevent10: gevent>=1.0,<1.1
230226
gevent11: gevent>=1.1,<1.2
231227
gevent12: gevent>=1.2,<1.3
232228
gevent13: gevent>=1.3,<1.4

0 commit comments

Comments
 (0)