Skip to content

Commit 8c781ee

Browse files
authored
Drop py37 (#296)
1 parent ef7534d commit 8c781ee

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: ["ubuntu-latest"]
24-
python-version: ["3.7", "3.8", "3.9"]
24+
python-version: ["3.8", "3.9", "3.10"]
2525
steps:
2626
- uses: actions/checkout@v3
2727
- uses: conda-incubator/setup-miniconda@v2

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ description = A lightweight convenience wrapper for using CF attributes on xarra
88
packages = cf_xarray
99
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
1010
include_package_data = True
11-
python_requires = >=3.6
11+
python_requires = >=3.8
1212
install_requires =
13-
numpy >= 1.15
14-
pandas >= 0.25
1513
xarray
1614
setup_requires =
1715
setuptools >= 41.2

0 commit comments

Comments
 (0)