Python 3.9 has reached end-of-life and Python 3.14 is out.
master (and by implication version 16.5) should be updated to reflect this.
It might also be worth a look to see whether there any areas where we were restricted in using syntax. The one that comes to mind for me is that we shouldn't have to do typing.Union anymore (without having to do a __future__ import).
Python 3.9 has reached end-of-life and Python 3.14 is out.
master(and by implication version 16.5) should be updated to reflect this.It might also be worth a look to see whether there any areas where we were restricted in using syntax. The one that comes to mind for me is that we shouldn't have to do
typing.Unionanymore (without having to do a__future__import).