Skip to content

Commit 2cf8861

Browse files
Merge pull request #400 from mgovoni-devel/patch-1
Update pyproject.toml
2 parents b48055c + ea06eaa commit 2cf8861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)