jgehrcke / gipc

gevent-cooperative child processes and inter-process communication
https://gehrcke.de/gipc
MIT License
83 stars 13 forks source link

Support gevent 1.5 #86

Closed jgehrcke closed 4 years ago

jgehrcke commented 5 years ago

gevent 1.5 is upcoming: https://github.com/gevent/gevent/blob/master/CHANGES.rst

jgehrcke commented 4 years ago

Worked towards that in https://github.com/jgehrcke/gipc/pull/91.

CI passes with CPython 3.8 and gevent 1.5a3: https://github.com/jgehrcke/gipc/blob/1d6d2c44e4d08e26a7c213fe251112ac9d630714/.travis.yml#L82

https://travis-ci.org/jgehrcke/gipc/jobs/647753277?utm_medium=notification&utm_source=github_status

jgehrcke commented 4 years ago

gipc 1.1.0 has been released. Closing this as "done", let's see about specific issues as they come up.