File tree 6 files changed +10
-7
lines changed
6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 20
20
shell : bash -l {0}
21
21
strategy :
22
22
matrix :
23
- python-version : ["3.8 ", "3.9 ", "3.10 "]
23
+ python-version : ["3.9 ", "3.10 ", "3.11 "]
24
24
steps :
25
25
- uses : actions/checkout@v3
26
26
65
65
shell : bash -l {0}
66
66
strategy :
67
67
matrix :
68
- python-version : ["3.8 ", "3.9 ", "3.10 "]
68
+ python-version : ["3.9 ", "3.10 ", "3.11 "]
69
69
steps :
70
70
- uses : actions/checkout@v3
71
71
Original file line number Diff line number Diff line change 25
25
- uses : actions/setup-python@v4
26
26
name : Install Python
27
27
with :
28
- python-version : 3.8
28
+ python-version : 3.9
29
29
30
30
- name : Install dependencies
31
31
run : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- conda-forge
4
4
dependencies :
5
5
- pip
6
- - python>=3.8
6
+ - python>=3.9
7
7
- netcdf4
8
8
- scipy
9
9
- sphinx>=4.2.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- conda-forge
4
4
- nodefaults
5
5
dependencies :
6
- - python>=3.8
6
+ - python>=3.9
7
7
- netcdf4
8
8
- pytest
9
9
- flake8
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ Breaking changes
34
34
Deprecations
35
35
~~~~~~~~~~~~
36
36
37
+ - Dropped support for python 3.8 (:issue: `212 `, :pull: `214 `)
38
+ By `Tom Nicholas <https://github.com/TomNicholas >`_.
39
+
37
40
Bug fixes
38
41
~~~~~~~~~
39
42
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ classifiers =
14
14
License :: OSI Approved :: Apache Software License
15
15
Operating System :: OS Independent
16
16
Programming Language :: Python
17
- Programming Language :: Python :: 3.8
18
17
Programming Language :: Python :: 3.9
19
18
Programming Language :: Python :: 3.10
19
+ Programming Language :: Python :: 3.11
20
20
21
21
[options]
22
22
packages = find:
23
- python_requires = >=3.8
23
+ python_requires = >=3.9
24
24
install_requires =
25
25
xarray >=2022.6.0
26
26
You can’t perform that action at this time.
0 commit comments