Commit fce4e57
Fix Python version requirement to match CI test matrix
Changed requires-python from ">=3.12" to ">=3.9" to match the Python
versions tested in CI (3.9, 3.10, 3.11, 3.12).
The >=3.12 requirement was preventing quippy from building on Python 3.11,
which caused the f90wrap QUIP regression test to fail.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 95a202b commit fce4e57
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments