Skip to content

Commit c8cb0ec

Browse files
committed
Test on python 3.10, remove 3.6
1 parent 456432f commit c8cb0ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
16-
python: [3.6, 3.7, 3.8, 3.9]
16+
python: [3.7, 3.8, 3.9, 3.10]
1717
env:
1818
OS: ${{ matrix.os }}
1919
PYTHON: ${{ matrix.python }}

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install_requires =
2323
numba
2424
xarray
2525
packages = find:
26-
python_requires = >=3.6
26+
python_requires = >=3.7
2727
zip_safe = False
2828

2929
[options.entry_points]

0 commit comments

Comments
 (0)