FYI it’s now safe to use `from __future__ import a...
# development
h
FYI it’s now safe to use
from __future__ import annotations
in Pants code, as the master branch now requires 3.7 or 3.8 to run
👍 1
If we can finish it so that Rust embeds Python, we’d be able to upgrade to Python 3.9!
f
i think you wanna wait a bit on that, given my experience with python versions...wait until python 3.9.1 or .2 maybe. There's always bugs in a python 3.x.0 release
1
👍 1