A few documentation loose ends from #564/#565:
-
README: the Python version badge, Prerequisites section, and any other version references still reflect the old supported range. These should be updated to match the new python_requires = >=3.10 and CI matrix.
-
Bumping Python guide: there's no developer doc explaining how we handle Python version support changes. A doc/dev/bumping-python.md would be useful — covering our policy (drop EOL versions, target recent but not bleeding-edge as the floor), what files to update, how to validate the bump (CI matrix, nbval, distutils/escape sequence audits), and what docs to update afterward.
A few documentation loose ends from #564/#565:
README: the Python version badge, Prerequisites section, and any other version references still reflect the old supported range. These should be updated to match the new
python_requires = >=3.10and CI matrix.Bumping Python guide: there's no developer doc explaining how we handle Python version support changes. A
doc/dev/bumping-python.mdwould be useful — covering our policy (drop EOL versions, target recent but not bleeding-edge as the floor), what files to update, how to validate the bump (CI matrix, nbval, distutils/escape sequence audits), and what docs to update afterward.