We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fd7d8 commit a850386Copy full SHA for a850386
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- python-version: [3.7, 3.8, 3.9]
+ python-version: [3.8, 3.9, "3.10"]
18
steps:
19
- uses: actions/checkout@v3
20
- name: Set up Python
setup.py
@@ -36,7 +36,7 @@
36
"Programming Language :: Python :: 3.8",
37
"Programming Language :: Python",
38
],
39
- python_requires=">=3.7",
+ python_requires=">=3.8",
40
install_requires=[
41
"xarray<2022.9.0,>2022.3.0",
42
"pyvista", # TODO: set minimum version for shared array patch in https://github.com/pyvista/pyvista/pull/2697
0 commit comments