Skip to content

Commit 0f8d7ff

Browse files
authored
Merge pull request #61 from passaH2O/python-version-in-pyproject
Update required Python version to 3.11
2 parents 16fdb26 + aa8e905 commit 0f8d7ff

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
@@ -23,7 +23,7 @@ classifiers = [
2323
'Programming Language :: Python :: 3.13',
2424
'Programming Language :: Python :: 3.14'
2525
]
26-
requires-python = ">=2.7"
26+
requires-python = ">=3.11"
2727
dependencies = [
2828
"numpy",
2929
"matplotlib",

0 commit comments

Comments
 (0)