File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 2424 - ci/envs/311-conda-forge.yaml
2525 - ci/envs/312-latest-conda-forge.yaml
2626 - ci/envs/313-latest-conda-forge.yaml
27+ - ci/envs/314-latest-conda-forge.yaml
2728 include :
2829 - os : macos-15-intel
2930 environment-file : ci/envs/313-latest-conda-forge.yaml
Original file line number Diff line number Diff line change 1+ name : test-environment
2+ channels :
3+ - conda-forge
4+ dependencies :
5+ - python=3.14
6+ # required
7+ - geopy
8+ - matplotlib
9+ - mercantile
10+ - pillow
11+ - rasterio
12+ - requests
13+ - joblib
14+ - xyzservices
15+ # testing
16+ - pip
17+ - pytest
18+ - pytest-cov
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
2323 " Programming Language :: Python :: 3.11" ,
2424 " Programming Language :: Python :: 3.12" ,
2525 " Programming Language :: Python :: 3.13" ,
26+ " Programming Language :: Python :: 3.14" ,
2627 " Framework :: Matplotlib" ,
2728]
2829requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments