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 ef7534d commit 8c781eeCopy full SHA for 8c781ee
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: ["ubuntu-latest"]
24
- python-version: ["3.7", "3.8", "3.9"]
+ python-version: ["3.8", "3.9", "3.10"]
25
steps:
26
- uses: actions/checkout@v3
27
- uses: conda-incubator/setup-miniconda@v2
setup.cfg
@@ -8,10 +8,8 @@ description = A lightweight convenience wrapper for using CF attributes on xarra
8
packages = cf_xarray
9
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
10
include_package_data = True
11
-python_requires = >=3.6
+python_requires = >=3.8
12
install_requires =
13
- numpy >= 1.15
14
- pandas >= 0.25
15
xarray
16
setup_requires =
17
setuptools >= 41.2
0 commit comments