Don't pin Python patch version

.python-version always matches the minimum supported Python version.
It's main purpose is to catch accidental use of too modern syntax
in scripts and functional tests.

We (currently) don't specify a minimum patch version, so it's not
necessary to do so here. The minor verion is enough.

This also avoids requiring users to keep a potentially unsafe old
patch version installed.
This commit is contained in:
Sjors Provoost
2025-07-25 13:18:36 +02:00
committed by will
parent fd15b55c2e
commit 5fefa5a654

View File

@@ -1 +1 @@
3.10.14
3.10