Skip to content

Conversation

@matthewfeickert
Copy link
Member

@matthewfeickert matthewfeickert commented Dec 17, 2025

Notes to reviewers

Copy link
Member Author

@matthewfeickert matthewfeickert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some additional high-level comments for the reviewers.

[dependencies]
python = "3.13.*"
anaconda-client = "==1.13.0"
anaconda-client = "==1.13.1"
Copy link
Member Author

@matthewfeickert matthewfeickert Dec 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that I was overly zealous in the past about wanting to constrain the CPython version before and that it is reasonable to treat it as a dependency of anaconda-client that will be resolved as any other dependency would, and that this allows for picking up whatever improvements come along with CPython as well.

The Python information is still easy to check

$ pixi list python
Package                Version      Build               Size       Kind   Source
brotli-python          1.2.0        py314h3de4e8d_1     358.8 KiB  conda  https://conda.anaconda.org/conda-forge/
python                 3.14.2       h32b2ec7_100_cp314  35.1 MiB   conda  https://conda.anaconda.org/conda-forge/
python-dateutil        2.9.0.post0  pyhe01879c_2        227.8 KiB  conda  https://conda.anaconda.org/conda-forge/
python-dotenv          1.2.1        pyhcf101f3_0        26.3 KiB   conda  https://conda.anaconda.org/conda-forge/
python-fastjsonschema  2.21.2       pyhe01879c_0        238.9 KiB  conda  https://conda.anaconda.org/conda-forge/
python_abi             3.14         8_cp314             6.8 KiB    conda  https://conda.anaconda.org/conda-forge/

description: A GitHub Action to upload artifacts nightly
author: "Scientific-Python"
version: "0.6.2"
version: "0.6.3"
Copy link
Member Author

@matthewfeickert matthewfeickert Dec 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version number updated everywhere (except for the README examples) with

git grep --name-only "0\.6\.2" | xargs sed -i 's/0.6.2/0.6.3/g'

(where sed is gsed).

@matthewfeickert matthewfeickert marked this pull request as ready for review December 17, 2025 07:45
@matthewfeickert matthewfeickert requested a review from a team December 17, 2025 07:46
* Update to anaconda-client v1.13.1.
   - c.f. https://github.com/anaconda/anaconda-client/releases/tag/1.13.1
* Remove python as explicit dependency and the version be resolved through
  anaconda-client.
* Update project version to v0.6.3.
* Following PR 151, it is now possible to upload wheels from x86 Windows
  runners with the GitHub Action.
@matthewfeickert matthewfeickert merged commit 5748273 into main Dec 17, 2025
2 checks passed
@matthewfeickert matthewfeickert deleted the mnt/upgrade-deps branch December 17, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants