diff options
| author | Jason Madden <jamadden@gmail.com> | 2020-10-01 05:55:22 -0500 |
|---|---|---|
| committer | Jason Madden <jamadden@gmail.com> | 2020-10-01 06:00:15 -0500 |
| commit | bb249b6ca6a252682944581b5231107d367ba6da (patch) | |
| tree | e14bf74dbb8b621cde986a735987c335736b6feb /greenlet.h | |
| parent | 80c92d3b946daf3062f687c1f72a620956532825 (diff) | |
| download | greenlet-issue186.tar.gz | |
Officially drop support for 2.4/5/6 and 3.0/1/2/3/4.issue186
Change the classifiers, update the version number, remove those versions from CI.
This does not yet make any code changes.
Using 3.4 as the cutoff point because that's where the biggest drop in usage comes; it's also no longer supported by gevent or eventlet.
Fixes #186
Diffstat (limited to 'greenlet.h')
| -rw-r--r-- | greenlet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ extern "C" { #endif -#define GREENLET_VERSION "0.4.17" +#define GREENLET_VERSION "1.0.0.dev0" #if PY_VERSION_HEX >= 0x030700A3 # define GREENLET_USE_EXC_INFO |
