MagicStack/contextvars

support for python 2.7 and 3.4?

RonnyPfannschmidt opened this issue · 2 comments

hi, i was just evaluating this package as means to generalize some older unfortunate code into something nicer

unfortunately i have to support python 2.7 and 3.4 for a while longer

1st1 commented

This isn't likely to happen, sorry. All target users for contextvars are Python 3.5+, and I'm not interested in doing work to support Python 2.7 :(

thanks for the update/clarification