Skip to content

Commit 18c84f1

Browse files
authored
Update supported python versions (#351)
* Update conda python version * Update setup python version
1 parent 74fcc84 commit 18c84f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ build:
1616

1717
requirements:
1818
host:
19-
- python >=3.6
19+
- python >=3.9
2020
- pip
2121

2222
run:
23-
- python >=3.6
23+
- python >=3.9
2424
- fair-research-login >=0.2.6,<0.3.0
2525
- globus-sdk >=3.0.0,<4.0.0
2626
- six

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)