Skip to content

Commit 18239af

Browse files
authored
update requirement in pyproject.toml
1 parent 2e665ba commit 18239af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ classifiers = [
1414
"Topic :: Scientific/Engineering",
1515
"Topic :: Scientific/Engineering :: Physics",
1616
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3.7"
17+
"Programming Language :: Python :: 3.9"
1818
]
1919
description-file="README.md"
2020
requires = [
21+
"python>=3.9.2",
2122
"jinja2",
2223
"ruamel.yaml>=0.15",
2324
"matplotlib",

0 commit comments

Comments
 (0)