Skip to content

Commit

Permalink
Drop 3.7 support per pydata/xarray#5892
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Oct 5, 2022
1 parent 44fd7d8 commit a850386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python",
],
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"xarray<2022.9.0,>2022.3.0",
"pyvista", # TODO: set minimum version for shared array patch in https://github.com/pyvista/pyvista/pull/2697
Expand Down

0 comments on commit a850386

Please sign in to comment.