Skip to content

Commit 24d4679

Browse files
committed
add tasks, change workflow python tests, change urls
1 parent e125132 commit 24d4679

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
18+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v5

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
[![Python](https://img.shields.io/pypi/pyversions/xarray-dataclasses?label=Python&color=cornflowerblue&style=flat-square)](https://pypi.org/project/xarray-dataclasses/)
55
[![Downloads](https://img.shields.io/pypi/dm/xarray-dataclasses?label=Downloads&color=cornflowerblue&style=flat-square)](https://pepy.tech/project/xarray-dataclasses)
66
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.4624819-cornflowerblue?style=flat-square)](https://doi.org/10.5281/zenodo.4624819)
7-
[![Tests](https://img.shields.io/github/actions/workflow/status/astropenguin/xarray-dataclasses/tests.yml?label=Tests&style=flat-square)](https://github.com/astropenguin/xarray-dataclasses/actions)
7+
[![Tests](https://img.shields.io/github/actions/workflow/status/astropenguin/xarray-dataclasses/tests.yml?label=Tests&style=flat-square)](https://github.com/astropenguin/xarray-dataclasses/actions/workflows/tests.yaml)
8+
[![Release](https://github.com/melonora/xarray-dataclasses/actions/workflows/pypi.yaml/badge.svg?event=release)](https://github.com/melonora/xarray-dataclasses/actions/workflows/pypi.yaml)
89

910
xarray data creation by data classes
1011

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ dependencies = [
3232
"typing-extensions>=4.10.0,<5"]
3333

3434
[project.urls]
35-
Homepage = "https://github.com/astropenguin/xarray-dataclasses/"
36-
Repository = "https://github.com/astropenguin/xarray-dataclasses/"
37-
Documentation = "https://astropenguin.github.io/xarray-dataclasses/"
35+
Homepage = "https://github.com/melonora/xarray-dataclasses/"
36+
Repository = "https://github.com/melonora/xarray-dataclasses/"
37+
Documentation = "https://melonora.github.io/xarray-dataclasses/"
3838

3939

4040
[project.optional-dependencies]
@@ -70,6 +70,7 @@ dev = { features = ["dev"], solve-group = "default" }
7070

7171
[tool.pixi.feature.dev.tasks]
7272
test = "pytest"
73+
doc_build = "python -m sphinx -b html docs docs/_build"
7374

7475
[tool.pyright]
7576
reportImportCycles = "warning"

0 commit comments

Comments
 (0)