We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e665ba commit 18239afCopy full SHA for 18239af
pyproject.toml
@@ -14,10 +14,11 @@ classifiers = [
14
"Topic :: Scientific/Engineering",
15
"Topic :: Scientific/Engineering :: Physics",
16
"Programming Language :: Python :: 3",
17
- "Programming Language :: Python :: 3.7"
+ "Programming Language :: Python :: 3.9"
18
]
19
description-file="README.md"
20
requires = [
21
+ "python>=3.9.2",
22
"jinja2",
23
"ruamel.yaml>=0.15",
24
"matplotlib",
0 commit comments