Skip to content

Commit fce4e57

Browse files
jameskermodeclaude
andcommitted
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quippy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "quippy-ase"
1212
version = "0.9.0"
1313
description = "ASE-compatible Python bindings for the QUIP and GAP codes"
1414
readme = {file = "README", content-type = "text/plain"}
15-
requires-python = ">=3.12"
15+
requires-python = ">=3.9"
1616
dependencies = [
1717
"numpy>=1.20",
1818
"ase>=3.17.0",

0 commit comments

Comments
 (0)