Skip to content

Releases: scikit-build/cmake-python-distributions

Version 3.22.5

07 Jun 06:56
3.22.5
f91ccf4

Choose a tag to compare

This bumps the CMake version to 3.22.5 and OpenSSL to 3.0.3.

CMake>=3.23 version so far cannot support manylinux1, so if you need manylinux1 support, you might want to pin < 3.23 unless something can be worked out. Since manylinux1 hit EOL six months ago and will stop being updated as soon as something breaks, you might want to consider moving to something newer, like manylinux2014. Pip 9 is the main issue holding some users back, so dropping Python <3.7 can reduce the damage if you drop manylinux1.

What's Changed

Full Changelog: 3.22.4...3.22.5

Version 3.22.4

18 Apr 19:06
3.22.4
8490c1c

Choose a tag to compare

This fixes an issue allowing initial win-arm64 support, and bumps the CMake version. The next version so far cannot support manylinux1, so if you need manylinux1 support, you might want to pin < 3.23 unless something can be worked out. Since manylinux1 hit EOL four months ago and will stop being updated as soon as something breaks, you might want to consider moving to something newer, like manylinux2014. Pip 9 is the main issue holding some users back, so dropping Python <3.7 can reduce the damage if you drop manylinux1.

What's Changed

New Contributors

Full Changelog: 3.22.3...3.22.4

Version 3.22.3

13 Mar 23:06
3.22.3
f6aba68

Choose a tag to compare

What's Changed

Internal housekeeping

Full Changelog: 3.22.2...3.22.3

Version 3.22.2

26 Jan 20:39
3.22.2
582a8ed

Choose a tag to compare

What's Changed

Standard maintenance release.

Full Changelog: 3.22.1...3.22.2

Version 3.22.1

13 Dec 14:59
3.22.1
6d12e24

Choose a tag to compare

What's Changed

Full Changelog: 3.22.0...3.22.1

Version 3.22.0

19 Nov 00:21
3.22.0
708312a

Choose a tag to compare

What's Changed

See https://blog.kitware.com/cmake-3-22-0-available-for-download/ for information on CMake 3.22.

3.21.4

28 Oct 13:30
3.21.4
6d23f81

Choose a tag to compare

What's Changed

Docs now mention muslllinux, and an issue with the documentation build was fixed. Using cibuildwheel 2.2.2 now. @dependabot is now used to maintain the Actions used.

Full Changelog: 3.21.3...3.21.4

Version 3.21.3

26 Sep 21:06
3.21.3
781fa45

Choose a tag to compare

Changes

  • Update upstream to CMake 3.21.3 (#194)
  • Publish musllinux_1_1 wheels (#193)
  • Update to OpenSSL 3.0.0 for linux wheels (#190)

Version 3.21.2

26 Aug 01:19
3.21.2
5cc695d

Choose a tag to compare

Wheels are now provided in classic manylinux1 with custom-built libUV, and manylinux2010 with standard libUV.

Version 3.21.1.post1

01 Aug 13:29
3.21.1.post1
bf406bf

Choose a tag to compare

Changes

  • [FIX] non-isolated build fails when versioneer is installed (#171, #175)
  • [FIX] can't build from sdist on a machine with no network connectivity (#172, #173)
  • [FIX] nox -s build fails if dist folder does not exist (#176)