From be9d85d5fff79642f1963ed32d618584135b42f0 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 29 Apr 2026 20:20:05 +0100 Subject: [PATCH] docs: update stale Python >= 3.9 claim to Python >= 3.12 The Python version note in this file still claimed >= 3.9 even though pyproject.toml has been pinned at requires-python>=3.12 since release 2026.4.5.3 (April 2026). This brings the doc in line with the actual pin and the install-docs updates in PyAutoFit#1236, PyAutoGalaxy#378, and PyAutoLens#481. Co-Authored-By: Claude Opus 4.7 (1M context) --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 1265410..3083eeb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -3,7 +3,7 @@ **PyAutoConf** is the configuration management library for the PyAuto ecosystem. It handles object serialization/deserialization via YAML, JSON-based priors and configuration generation, and provides utility tools for scientific Python applications. - Package name: `autoconf` -- Requires Python >= 3.9 +- Requires Python >= 3.12 ## Repository Structure