Skip to content

Commit a850386

Browse files
committed
Drop 3.7 support per pydata/xarray#5892
1 parent 44fd7d8 commit a850386

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: [3.8, 3.9, "3.10"]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up Python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"Programming Language :: Python :: 3.8",
3737
"Programming Language :: Python",
3838
],
39-
python_requires=">=3.7",
39+
python_requires=">=3.8",
4040
install_requires=[
4141
"xarray<2022.9.0,>2022.3.0",
4242
"pyvista", # TODO: set minimum version for shared array patch in https://github.com/pyvista/pyvista/pull/2697

0 commit comments

Comments
 (0)