Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.13 wheels didn't build #125

Open
tlambert03 opened this issue Oct 11, 2024 · 1 comment · May be fixed by #126
Open

3.13 wheels didn't build #125

tlambert03 opened this issue Oct 11, 2024 · 1 comment · May be fixed by #126

Comments

@tlambert03
Copy link
Contributor

somehow, despite the 3.13 setting in pyproject.toml, wheels didn't build for 3.13:

https://pypi.org/project/pymmcore/11.1.1.71.3/#files

@tlambert03
Copy link
Contributor Author

in case the logs disappear while I'm debugging: here was the record from: https://github.com/micro-manager/pymmcore/actions/runs/11220032864/job/31187312757#step:4:300


     _ _       _ _   _       _           _
 ___|_| |_ _ _|_| |_| |_ _ _| |_ ___ ___| |
|  _| | . | | | | | . | | | |   | -_| -_| |
|___|_|___|___|_|_|___|_____|_|_|___|___|_|

cibuildwheel version 2.19.2

Build options:
  platform: windows
  architectures: AMD64, x86
  build_selector: 
    build_config: cp39-* cp310-* cp311-* cp312-* cp313-*
    skip_config: *-manylinux_i686 *-musllinux* *-win32 pp*
    requires_python: >=3.9
    prerelease_pythons: False
    free_threaded_support: False
  output_dir: D:\a\pymmcore\pymmcore\wheelhouse
  package_dir: D:\a\pymmcore\pymmcore
  test_selector: 
    skip_config: *-macosx_arm64
  before_all: 
  before_build: 
  before_test: 
  build_frontend: None
  build_verbosity: 0
  config_settings: 
  container_engine: docker
  dependency_constraints: pinned
  environment: 
  manylinux_images: None
  musllinux_images: None
  repair_command: 
  test_command: pytest "{project}/tests" -v
  test_extras: 
  test_requires: 
    pytest

Cache folder: C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache

Here we go!


Building cp39-win_amd64 wheel
CPython 3.9 Windows 64bit

Installing Python cp39...
                                                             ✓ 10.98s

✓ cp39-win_amd64 finished in 153.50s

Building cp310-win_amd64 wheel
CPython 3.10 Windows 64bit

Installing Python cp310...
                                                              ✓ 8.96s
Setting up build environment...
                                                             ✓ 12.34s
Installing build tools...
                                                              ✓ 0.34s
Building wheel...
                                                             ✓ 74.67s
Testing wheel...
                                                              ✓ 9.93s

✓ cp310-win_amd64 finished in 106.24s

Building cp311-win_amd64 wheel
CPython 3.11 Windows 64bit

Installing Python cp311...
                                                              ✓ 8.93s
Setting up build environment...
                                                             ✓ 11.28s
Installing build tools...
                                                              ✓ 0.36s
Building wheel...
                                                             ✓ 81.32s
Testing wheel...
                                                             ✓ 11.30s

✓ cp311-win_amd64 finished in 113.20s

Building cp312-win_amd64 wheel
CPython 3.12 Windows 64bit

Installing Python cp312...
                                                              ✓ 7.54s
Setting up build environment...
                                                              ✓ 8.00s
Installing build tools...
                                                              ✓ 0.39s
Building wheel...
                                                             ✓ 79.04s
Testing wheel...
                                                             ✓ 10.43s

✓ cp312-win_amd64 finished in 105.40s

4 wheels produced in 8 minutes:
  pymmcore-11.1.1.71.3-cp310-cp310-win_amd64.whl   569 kB
  pymmcore-11.1.1.71.3-cp311-cp311-win_amd64.whl   569 kB
  pymmcore-11.1.1.71.3-cp312-cp312-win_amd64.whl   570 kB
  pymmcore-11.1.1.71.3-cp39-cp39-win_amd64.whl     569 kB

you can see build_config: cp39-* cp310-* cp311-* cp312-* cp313-*. ... but it never tried to build it

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 a pull request may close this issue.

1 participant