Skip to content

Commit b3e149f

Browse files
authored
Pre 2.2 changes (#173)
* add docs. * docs update. * Fix pyproject * Add 3.14 to tests * fix license * dates
1 parent 459ed4e commit b3e149f

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/pull-request-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
call-build:
99
strategy:
1010
matrix:
11-
pyver: ['3.10', '3.11', '3.12', '3.13']
11+
pyver: ['3.10', '3.11', '3.12', '3.13', '3.14']
1212
os: ['ubuntu-latest']
1313
include:
1414
- pyver: '3.10'
@@ -21,7 +21,7 @@ jobs:
2121
needs: [call-build]
2222
strategy:
2323
matrix:
24-
pyver: ['3.10', '3.11', '3.12', '3.13']
24+
pyver: ['3.10', '3.11', '3.12', '3.13', '3.14']
2525
os: ['ubuntu-latest']
2626
include:
2727
- pyver: '3.10'

docs/source/version.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Version history
22
===============
33
**tomato**-v2.2
44
---------------
5-
..
6-
.. image:: https://img.shields.io/static/v1?label=tomato&message=v2.1&color=blue&logo=github
7-
:target: https://github.com/dgbowl/tomato/tree/2.1
8-
.. image:: https://img.shields.io/static/v1?label=tomato&message=v2.1&color=blue&logo=pypi
9-
:target: https://pypi.org/project/tomato/2.1/
10-
.. image:: https://img.shields.io/static/v1?label=release%20date&message=2025-06-07&color=red&logo=pypi
5+
6+
.. image:: https://img.shields.io/static/v1?label=tomato&message=v2.2&color=blue&logo=github
7+
:target: https://github.com/dgbowl/tomato/tree/2.2
8+
.. image:: https://img.shields.io/static/v1?label=tomato&message=v2.2&color=blue&logo=pypi
9+
:target: https://pypi.org/project/tomato/2.2/
10+
.. image:: https://img.shields.io/static/v1?label=release%20date&message=2026-02-22&color=red&logo=pypi
1111

1212
.. sectionauthor::
1313
Peter Kraus

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ maintainers = [
1414
]
1515
description = "au-tomation without pain"
1616
readme = "README.md"
17+
license = "GPL-3.0-or-later"
1718
classifiers = [
1819
"Development Status :: 4 - Beta",
19-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"Operating System :: OS Independent",
2526
]
2627
requires-python = ">= 3.10"
@@ -29,7 +30,7 @@ dependencies = [
2930
"toml >= 0.10",
3031
"pyyaml >= 6.0",
3132
"psutil >= 5.9",
32-
"dgbowl_schemas @ git+https://github.com/dgbowl/dgbowl-schemas.git",
33+
"dgbowl_schemas >= 125",
3334
"pyzmq >= 25.1",
3435
"h5netcdf[h5py] >= 1.5.0",
3536
"xarray >= 2024.10.0",

0 commit comments

Comments
 (0)