Skip to content

Nox itself isn't installed in the newest Python version #431

Description

@d-k-bo

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions