Skip to content

Commit 6c1325b

Browse files
authored
Bumped Python version to 3.10 from 3.9 (#176)
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
1 parent a2d2916 commit 6c1325b

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
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "ams-wf"
77
version = "1.0"
8-
requires-python = ">=3.9"
8+
requires-python = ">=3.10"
99
maintainers = [
1010
{ name = "Konstantinos Parasyris", email = "parasyris1@llnl.gov" },
1111
{ name = "Loic Pottier", email = "pottier1@llnl.gov" },

0 commit comments

Comments
 (0)