File tree Expand file tree Collapse file tree 6 files changed +864
-11
lines changed Expand file tree Collapse file tree 6 files changed +864
-11
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/setup-python@v5.2.0
19
19
name : Install Python
20
20
with :
21
- python-version : " 3.10 "
21
+ python-version : " 3.12 "
22
22
23
23
- name : Install PyBuild
24
24
run : |
Original file line number Diff line number Diff line change 20
20
21
21
strategy :
22
22
matrix :
23
- python-version : ["3.10 ", "3.13"]
23
+ python-version : ["3.11 ", "3.13"]
24
24
os : ["ubuntu-latest"]
25
25
runs-on : ${{ matrix.os }}
26
26
Original file line number Diff line number Diff line change @@ -14,14 +14,13 @@ name = "rasterix"
14
14
description = " Raster extensions for Xarray"
15
15
license = " Apache-2.0"
16
16
readme = " README.md"
17
- requires-python = " >=3.10 "
17
+ requires-python = " >=3.11 "
18
18
keywords = [" xarray" ]
19
19
classifiers = [
20
20
" Development Status :: 4 - Beta" ,
21
21
" Natural Language :: English" ,
22
22
" Operating System :: OS Independent" ,
23
23
" Programming Language :: Python" ,
24
- " Programming Language :: Python :: 3.10" ,
25
24
" Programming Language :: Python :: 3.11" ,
26
25
" Programming Language :: Python :: 3.12" ,
27
26
" Programming Language :: Python :: 3.13" ,
@@ -93,7 +92,7 @@ dependencies = [
93
92
features = [" test" ]
94
93
95
94
[[tool .hatch .envs .test .matrix ]]
96
- python = [" 3.10 " , " 3.13" ]
95
+ python = [" 3.11 " , " 3.13" ]
97
96
98
97
[tool .hatch .envs .test .scripts ]
99
98
run-coverage = " pytest -nauto --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov=src --junitxml=junit.xml -o junit_family=legacy"
You can’t perform that action at this time.
0 commit comments