From 325f3848bfb90a98ed96739e4cf05bbfae4adf74 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Mon, 24 Feb 2025 14:22:03 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Add=20conda-forge=20?= =?UTF-8?q?step=20to=20release=20procedure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEVELOPING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DEVELOPING.md b/DEVELOPING.md index 0ed26a8d..12518706 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -368,6 +368,16 @@ git push upstream vrc (without the rc). 1. Check that the "Publish to PyPI and TestPyPI" GitHub action passed and that the distributions are published on https://pypi.org/project/ixmp4/ . +1. Update on [conda-forge](https://github.com/conda-forge/ixmp4-feedstock). + A PR should automatically be opened by a bot after the GitHub release (sometimes this + takes from 30 minutes to several hours). + + 1. Confirm that any new dependencies are added. The minimum versions in meta.yaml + should match the versions in pyproject.toml. + 1. Ensure that tests pass and complete any other checklist items. + 1. Merge the PR. + 1. Check that the new package version appears on conda-forge. This may take up to + several hours. ## Contributing From 015520dd5c7468787fc0c9763431f6f69e3d37d4 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Mon, 24 Feb 2025 14:22:32 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Update=20versions=20?= =?UTF-8?q?tested=20for=20compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1966dc91..0ceed278 100644 --- a/README.md +++ b/README.md @@ -89,11 +89,15 @@ a Pull Request, add your name to the "authors" section in the `pyproject.toml` f This project mainly targets postgres version 16 but we test version 15 continously also. Tests with pyarrow installed alongside are also run due to its effect on pandas etc. | python | postgres | with pyarrow | |--------|----------|--------------| +| 3.10 | 16 | true | | 3.10 | 16 | false | +| 3.11 | 16 | true | | 3.11 | 16 | false | -| 3.12 | 16 | false | | 3.12 | 16 | true | -| 3.12 | 15 | false | +| 3.12 | 16 | false | +| 3.13 | 16 | true | +| 3.13 | 16 | false | +| 3.13 | 15 | false | ## Funding ackownledgement