summaryrefslogtreecommitdiff
path: root/greenlet.h
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-10-01 05:55:22 -0500
committerJason Madden <jamadden@gmail.com>2020-10-01 06:00:15 -0500
commitbb249b6ca6a252682944581b5231107d367ba6da (patch)
treee14bf74dbb8b621cde986a735987c335736b6feb /greenlet.h
parent80c92d3b946daf3062f687c1f72a620956532825 (diff)
downloadgreenlet-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/greenlet.h b/greenlet.h
index d68160b..cf48a06 100644
--- a/greenlet.h
+++ b/greenlet.h
@@ -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