Skip to content

Commit 4b06fed

Browse files
Merge branch 'master' into asr_1d
2 parents 257d57f + 2cf8861 commit 4b06fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Python implementation of the sscha code"
99
authors = [{name = "Lorenzo Monacelli"}] # Put here email
1010
readme = "README.md"
1111
license = {file = "LICENSE.txt"}
12-
requires-python = ">=3.8,<=3.12" # Updated to specify Python 3.8 to 3.12
12+
requires-python = ">=3.8,<3.13" # Updated to specify Python 3.8 to 3.12
1313
dependencies = [
1414
"numpy",
1515
"ase",

0 commit comments

Comments
 (0)