Skip to content

Commit 6be29e8

Browse files
committed
Env updates
1 parent e17e6a3 commit 6be29e8

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
matrix:
3030
os: [ubuntu-latest]
3131
env:
32+
- ci/envs/310-minimal.yaml
3233
- ci/envs/310-no-optional-deps.yaml
33-
- ci/envs/39-minimal.yaml
3434
- ci/envs/311-no-expr.yaml
3535
- ci/envs/311-latest.yaml
3636
- ci/envs/311-latest-no-expr.yaml

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 0.4.3 (January, 2025)
5+
----------------------------------
6+
7+
Packaging:
8+
9+
- `dask>=2025.1.0` is now required.
10+
- `python>=3.10` is now required.
11+
12+
413
Version 0.4.2 (September 24, 2024)
514
----------------------------------
615

ci/envs/310-no-optional-deps.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: test
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
# required dependencies
6+
- python=3.10
7+
- dask
8+
- geopandas
9+
- pyproj
10+
- packaging
11+
# test dependencies
12+
- pytest
13+
- pytest-cov

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Topic :: Scientific/Engineering :: GIS",
3131
"Topic :: System :: Distributed Computing",
3232
]
33-
requires-python = ">=3.9"
33+
requires-python = ">=3.10"
3434
dependencies = [
3535
"geopandas>=0.12",
3636
"shapely>=2.0",

0 commit comments

Comments
 (0)