Skip to content

Commit b03348d

Browse files
authored
test under python 3.14 (mpytools#209)
* test under python 3.14 * add classifier * changelog * use v3.14 for upstream-dev-ci
1 parent 20fe44f commit b03348d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: ["ubuntu-latest"]
25-
python-version: ["3.11", "3.13"]
25+
python-version: ["3.11", "3.13", "3.14"]
2626
env: [""]
2727
include:
2828
- env: "min-all-deps"
2929
python-version: "3.11"
3030
os: "ubuntu-latest"
3131
- env: ""
32-
python-version: "3.13"
32+
python-version: "3.14"
3333
os: "macos-latest"
3434
defaults:
3535
run:

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python-version: ["3.13"]
38+
python-version: ["3.14"]
3939
steps:
4040
- uses: actions/checkout@v6
4141
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
### Enhancements
2222

2323
- Add python 3.13 to list of supported versions ([#158](https://github.com/mpytools/mplotutils/pull/158)).
24+
- Add python 3.14 to list of supported versions ([#209](https://github.com/mpytools/mplotutils/pull/209)).
2425
- Increased test coverage ([#180](https://github.com/mpytools/mplotutils/pull/180), [#181](https://github.com/mpytools/mplotutils/pull/181),
2526
[#182](https://github.com/mpytools/mplotutils/pull/182), [#207](https://github.com/mpytools/mplotutils/pull/207),
2627
and [#208](https://github.com/mpytools/mplotutils/pull/208),).

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3.11",
1414
"Programming Language :: Python :: 3.12",
1515
"Programming Language :: Python :: 3.13",
16+
"Programming Language :: Python :: 3.14",
1617
"Topic :: Scientific/Engineering",
1718
"Topic :: Scientific/Engineering :: Atmospheric Science",
1819
"Topic :: Scientific/Engineering :: GIS",

0 commit comments

Comments
 (0)