File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed
Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3535 - macos-latest
3636 - windows-latest
3737 python-version :
38+ - ' 3.10'
3839 - ' 3.11'
3940 - ' 3.12'
4041 - ' 3.13'
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105105 strategy :
106106 matrix :
107107 python-version :
108+ - ' 3.10'
108109 - ' 3.11'
109110 - ' 3.12'
110111 - ' 3.13'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55
66# Changes here should be kept in sync with ./pyproject.toml
77dependencies :
8- - python >=3.11 ,<3.15
8+ - python >=3.10 ,<3.15
99 - click
1010 - geopandas >=1.00.0
1111 - matplotlib-base
Original file line number Diff line number Diff line change 6060 } ;
6161 poetry = {
6262 strategy . matrix . python-version = [
63+ "3.10"
6364 "3.11"
6465 "3.12"
6566 "3.13"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Fracture Network Analysis"
55authors = [{name = " nialov" , email = " nikolasovaskainen@gmail.com" }]
66readme = " README.rst"
77license = " MIT"
8- requires-python = " >=3.11 ,<3.15"
8+ requires-python = " >=3.10 ,<3.15"
99keywords = [
1010 " data" ,
1111 " gis" ,
You can’t perform that action at this time.
0 commit comments