Skip to content

3.12 not build? #1568

Answered by Czaki
nschloe asked this question in Q&A
Aug 9, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

problem is here:

    CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7, <=3.12"

we use SpecifierSet from packaging and fast check shows:

In [5]: s.contains("3.12.0")
Out[5]: True

In [6]: s.contains("3.12.0b1")
Out[6]: False

Maybe you should change to:

    CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7, <3.13"

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@henryiii
Comment options

@henryiii
Comment options

@joerick
Comment options

Answer selected by nschloe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants