File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
matrix :
17
17
os : [ubuntu-latest, windows-latest]
18
- python-version : ["3.9 ", "3.13"]
18
+ python-version : ["3.10 ", "3.13"]
19
19
20
20
steps :
21
21
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 16
16
- name : Set up Python
17
17
uses : actions/setup-python@v4
18
18
with :
19
- python-version : ' 3.9 '
19
+ python-version : ' 3.13 '
20
20
- name : Install modelskill
21
21
run : |
22
22
pip install .[test,notebooks]
Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
os : [ubuntu-latest, windows-latest]
17
- python-version : [3.9 , "3.13"]
17
+ python-version : [3.10 , "3.13"]
18
18
19
19
steps :
20
20
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies = [
13
13
" pandas >= 1.4" ,
14
14
" mikeio >= 1.2" ,
15
15
" matplotlib" ,
16
- " xarray" ,
16
+ " xarray>=2024.10.0 " ,
17
17
" scipy" ,
18
18
" jinja2" ,
19
19
]
@@ -25,14 +25,13 @@ authors = [
25
25
description =" Compare results from simulations with observations."
26
26
license =" MIT"
27
27
readme = " README.md"
28
- requires-python = " >=3.9 "
28
+ requires-python = " >=3.10 "
29
29
classifiers = [
30
30
" License :: OSI Approved :: MIT License" ,
31
31
" Development Status :: 5 - Production/Stable" ,
32
32
" Intended Audience :: Science/Research" ,
33
33
" Programming Language :: Python" ,
34
34
" Programming Language :: Python :: 3" ,
35
- " Programming Language :: Python :: 3.9" ,
36
35
" Programming Language :: Python :: 3.10" ,
37
36
" Programming Language :: Python :: 3.11" ,
38
37
" Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments