We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 257d57f + 2cf8861 commit 4b06fedCopy full SHA for 4b06fed
pyproject.toml
@@ -9,7 +9,7 @@ description = "Python implementation of the sscha code"
9
authors = [{name = "Lorenzo Monacelli"}] # Put here email
10
readme = "README.md"
11
license = {file = "LICENSE.txt"}
12
-requires-python = ">=3.8,<=3.12" # Updated to specify Python 3.8 to 3.12
+requires-python = ">=3.8,<3.13" # Updated to specify Python 3.8 to 3.12
13
dependencies = [
14
"numpy",
15
"ase",
0 commit comments