Skip to content

Commit 76aa2c9

Browse files
authored
TST: test against Python 3.14 (#271)
1 parent d102b60 commit 76aa2c9

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
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
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
]
2829
requires-python = ">=3.10"

0 commit comments

Comments
 (0)