@@ -32,26 +32,20 @@ jobs:
3232 strategy :
3333 fail-fast : false
3434 matrix :
35- python-version : ['3.9 ', '3.10 ', '3.11 ']
35+ python-version : ['3.10 ', '3.11 ', '3.12 ']
3636 rasterio-version : ['']
3737 xarray-version : ['']
3838 pandas-version : ['']
3939 run-with-scipy : ['YES']
4040 gdal-version : ['3.6.4']
4141 include :
42- - python-version : ' 3.9 '
42+ - python-version : ' 3.10 '
4343 rasterio-version : ' '
4444 xarray-version : ' ==0.17'
4545 pandas-version : ' <2'
4646 run-with-scipy : ' YES'
4747 gdal-version : ' 3.4.3'
48- - python-version : ' 3.9'
49- rasterio-version : ' ==1.2.1'
50- xarray-version : ' '
51- pandas-version : ' '
52- run-with-scipy : ' YES'
53- gdal-version : ' 3.5.3'
54- - python-version : ' 3.9'
48+ - python-version : ' 3.10'
5549 rasterio-version : ' '
5650 xarray-version : ' '
5751 pandas-version : ' '
@@ -108,7 +102,7 @@ jobs:
108102 fail-fast : true
109103 matrix :
110104 os : [ubuntu-latest, macos-latest, windows-latest]
111- python-version : ['3.9 ', '3.10 ', '3.11 ']
105+ python-version : ['3.10 ', '3.11 ', '3.12 ']
112106 rasterio-version : ['*']
113107 xarray-version : ['*']
114108 run-with-scipy : ['YES']
@@ -142,15 +136,15 @@ jobs:
142136 conda info
143137
144138 - name : pylint
145- if : matrix.python-version == '3.9 '
139+ if : matrix.python-version == '3.10 '
146140 shell : bash
147141 run : |
148142 source activate test
149143 pylint rioxarray/
150144
151145 - name : mypy
152146 shell : bash
153- if : matrix.python-version == '3.9 '
147+ if : matrix.python-version == '3.10 '
154148 run : |
155149 source activate test
156150 mypy rioxarray/
@@ -181,15 +175,15 @@ jobs:
181175 - name : Setup Conda
182176 uses : s-weigand/setup-conda@v1
183177 with :
184- python-version : 3.9
178+ python-version : ' 3.10 '
185179 conda-channels : conda-forge
186180
187181 - name : Install Env
188182 shell : bash
189183 run : |
190184 conda config --prepend channels conda-forge
191185 conda config --set channel_priority strict
192- conda create -n test python=3.9 proj libgdal cython netcdf4
186+ conda create -n test python=3.10 proj libgdal cython netcdf4
193187 source activate test
194188 python -m pip install \
195189 --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
0 commit comments