Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- '3.11'
- '3.12'
- '3.13'
- '3.14'

fail-fast: false

Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:
#------------------------
- name: Install library
run: |
poetry self add "poetry-dynamic-versioning[plugin]" &&
poetry self add "poetry-dynamic-versioning[plugin]" &&
poetry install --no-interaction --with calamine,dev,optional_io_formats,optional_plotting,tutorials,wbdata

# run tests without Matplotlib & CodeCode tests on earlier Python versions
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pyam: analysis & visualization <br /> of integrated-assessment and macro-energy scenarios
=========================================================================================

Copyright 2017-2025 IIASA and the pyam developer team
Copyright 2017-2025 IIASA and the pyam developer team
Licensed under the Apache License, Version 2.0;
see [LICENSE](LICENSE) and [NOTICE](NOTICE.md) for details.

Expand All @@ -12,7 +12,7 @@ see [LICENSE](LICENSE) and [NOTICE](NOTICE.md) for details.

<!-- replace python version by dynamic reference to pypi once Python versions are configured there -->
[![Code style: ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![python](https://img.shields.io/badge/python-≥3.10,<3.14-blue?logo=python&logoColor=white)](https://github.com/IAMconsortium/pyam)
[![python](https://img.shields.io/badge/python-≥3.10,<3.15-blue?logo=python&logoColor=white)](https://github.com/IAMconsortium/pyam)
[![pytest](https://img.shields.io/github/actions/workflow/status/iamconsortium/pyam/pytest.yml?logo=GitHub&label=pytest)](https://github.com/IAMconsortium/pyam/actions/workflows/pytest.yml)
[![ReadTheDocs](https://readthedocs.org/projects/pyam-iamc/badge/?version=latest)](https://pyam-iamc.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/IAMconsortium/pyam/branch/main/graph/badge.svg)](https://codecov.io/gh/IAMconsortium/pyam)
Expand Down Expand Up @@ -57,7 +57,7 @@ a timeseries format for *yearly data* developed and used by the
| ... | ... | ... | ... | ... | ... | ... | ... |

*An illustration of the IAMC template using a scenario
from the [CD-LINKS](https://www.cd-links.org) project*
from the [CD-LINKS](https://www.cd-links.org) project*
*via the The [IAMC 1.5°C Scenario Explorer](https://data.ece.iiasa.ac.at/iamc-1.5c-explorer)*

#### Subannual time resolution
Expand Down
48 changes: 34 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ authors = [
]
license = "Apache-2.0"
readme = "README.md"
requires-python = ">=3.10, <3.14"
requires-python = ">=3.10, <3.15"
repository = "https://github.com/IAMconsortium/pyam"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
Loading