Nox is currently installed using Python 3.9.12 even if 3.10.4 is available.
Take, for instance, the log of the self test of this repository:
Available CPython versions: [ '2.7.18', '3.10.4', '3.6.15', '3.7.13', '3.8.12', '3.9.12' ]
[...]
Nox itself will be installed using 3.9.12
I guess this happens because it is assumed that the last version is the newest one, but that's unfortunately no longer true since Python 3.10.
Thank you for your work on this project!
Nox is currently installed using Python 3.9.12 even if 3.10.4 is available.
Take, for instance, the log of the self test of this repository:
I guess this happens because it is assumed that the last version is the newest one, but that's unfortunately no longer true since Python 3.10.
Thank you for your work on this project!