Hugo van Kemenade
Hugo van Kemenade
Closing year-old PR, can re-open if interested and also add Python 3.11.
LTS Django 3.2 supports EOL Python 3.6+, so EOL Python 3.5 can already be dropped, right? Anyway, I'm closing this year-old PR, but happy to re-open it if it's going...
Updated to add support for the newly released Python 3.11!  * https://discuss.python.org/t/python-3-11-0-final-is-now-available/20291?u=hugovk
Use the Pillow fork instead: ``` pip install pillow ```
https://github.com/pypa/warehouse/issues/7298 has been closed (by https://github.com/pypa/warehouse/pull/7424). OK to close this one?
A `v1` tag is technically insecure, but so is `v1.4.1`. A lack of `v1` means people use `master`, arguably less secure than a tag. Of course people should use a...
@phuhl Thanks for sharing! Can it also add PRs created by Dependabot to the beta boards?
Should this be closed now `get_emoji_regexp` has been removed in version 2.0? https://carpedm20.github.io/emoji/docs/#regular-expression
Closing this year old PR, but happy to re-open if you change your mind 👍 Note the deprecated aliases have been removed from Python 3.12, set for release in October...
> As a practical matter, ... I'd recommend keeping branches as is, and using tags for versions. That would be much cleaner. > * Then we could continue to easily...