Skip to content

python314Packages.aardwolf: fix build failure#476370

Merged
Sigmanificient merged 1 commit intoNixOS:masterfrom
drawbu:clement/python314/aardwolf
Jan 2, 2026
Merged

python314Packages.aardwolf: fix build failure#476370
Sigmanificient merged 1 commit intoNixOS:masterfrom
drawbu:clement/python314/aardwolf

Conversation

@drawbu
Copy link
Member

@drawbu drawbu commented Jan 2, 2026

PyO3 version did not supported python3.14

error: the configured Python interpreter version (3.14) is newer than PyO3's maximum supported version (3.13)
= help: please check if an updated version of PyO3 is available. Current version: 0.23.5
= help: set PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to suppress this check and build anyway using the stable ABI

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

PyO3 version did not supported python3.14

  error: the configured Python interpreter version (3.14) is newer than PyO3's maximum supported version (3.13)
  = help: please check if an updated version of PyO3 is available. Current version: 0.23.5
  = help: set PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to suppress this check and build anyway using the stable ABI
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 6.topic: python Python is a high-level, general-purpose programming language. labels Jan 2, 2026
@drawbu
Copy link
Member Author

drawbu commented Jan 2, 2026

Just submitted a PR to fix the problem uptream. This is the same patch as I used for this PR

@drawbu
Copy link
Member Author

drawbu commented Jan 2, 2026

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 476370
Commit: a887cd983f8ccddbbf758f6f0418518a7ff9f138 (subsequent changes)
Merge: 6f055c9856a411f4dd55c233c8fbe36d32349bea

Logs: https://github.com/drawbu/nixpkgs-review-gha/actions/runs/20666550699


x86_64-linux

✅ 6 packages built:
  • netexec
  • netexec.dist
  • python313Packages.aardwolf
  • python313Packages.aardwolf.dist
  • python314Packages.aardwolf
  • python314Packages.aardwolf.dist

aarch64-linux

✅ 6 packages built:
  • netexec
  • netexec.dist
  • python313Packages.aardwolf
  • python313Packages.aardwolf.dist
  • python314Packages.aardwolf
  • python314Packages.aardwolf.dist

x86_64-darwin (sandbox = true)

✅ 4 packages built:
  • python313Packages.aardwolf
  • python313Packages.aardwolf.dist
  • python314Packages.aardwolf
  • python314Packages.aardwolf.dist

aarch64-darwin (sandbox = true)

✅ 4 packages built:
  • python313Packages.aardwolf
  • python313Packages.aardwolf.dist
  • python314Packages.aardwolf
  • python314Packages.aardwolf.dist

@drawbu drawbu marked this pull request as ready for review January 2, 2026 21:15
@nixpkgs-ci nixpkgs-ci bot requested a review from fabaff January 2, 2026 21:17
@Sigmanificient Sigmanificient added this pull request to the merge queue Jan 2, 2026
Merged via the queue into NixOS:master with commit c8491f7 Jan 2, 2026
31 of 35 checks passed
@drawbu drawbu deleted the clement/python314/aardwolf branch January 2, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants