Currently we're deploying snekomatic on python 3.7.3: https://github.com/python-trio/snekomatic/blob/master/runtime.txt
Apparently 3.7.4 is out, so we should switch.
I only know this because I happened to do a manual deploy, and heroku popped up a message for a few seconds before it disappeared.
So more generally, like... how do we keep up with python security updates? I'd be fine with just being like "heroku please use the latest 3.7", but I don't know if there's any way to do that. I don't even know how to get notified (except by doing a manual deploy and watching the output like a hawk, apparently). We need some kind of better strategy here.
Currently we're deploying snekomatic on python 3.7.3: https://github.com/python-trio/snekomatic/blob/master/runtime.txt
Apparently 3.7.4 is out, so we should switch.
I only know this because I happened to do a manual deploy, and heroku popped up a message for a few seconds before it disappeared.
So more generally, like... how do we keep up with python security updates? I'd be fine with just being like "heroku please use the latest 3.7", but I don't know if there's any way to do that. I don't even know how to get notified (except by doing a manual deploy and watching the output like a hawk, apparently). We need some kind of better strategy here.