Skip to content

Commit bded1f3

Browse files
committed
Update setup python version
1 parent d968036 commit bded1f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude =
4646
venv
4747

4848
[mypy]
49-
python_version = 3.7
49+
python_version = 3.9
5050
check_untyped_defs = True
5151
ignore_missing_imports = True
5252
warn_unused_ignores = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
88
description="Long term HPSS archiving software for E3SM",
99
packages=find_packages(include=["zstash", "zstash.*"]),
10-
python_requires=">=3.6",
10+
python_requires=">=3.9",
1111
entry_points={"console_scripts": ["zstash=zstash.main:main"]},
1212
)

0 commit comments

Comments
 (0)