Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Check if Python 3.10.0 available for Mac and Windows. #134

Closed
wants to merge 1 commit into from

Conversation

charris
Copy link
Contributor

@charris charris commented Sep 19, 2021

No description provided.

@@ -46,6 +46,15 @@ jobs:
PYTHON_ARCH: 'x64'
NPY_USE_BLAS_ILP64: 1
BITS: 64
py_3.10_32:
PYTHON_VERSION: "3.10-dev"
Copy link

Choose a reason for hiding this comment

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

If it's not available yet on Azure, we should still be able to build wheels with the following no?

Suggested change
PYTHON_VERSION: "3.10-dev"
AZURE_PYTHON_VERSION: "3.9"
PYTHON_VERSION: "3.10"
Suggested change
PYTHON_VERSION: "3.10-dev"
PYTHON_VERSION: "3.10-dev"

@charris charris closed this Oct 15, 2021
@charris charris deleted the check-for-python-3.10 branch October 15, 2021 19:21
@rgommers
Copy link
Contributor

Conclusion is "not available"?

@hugovk
Copy link

hugovk commented Oct 16, 2021

Correct, the -dev versions are installed on-demand, and on-demand isn't available for Azure Pipelines, unlike GitHub Actions (also the reason 3.10 isn't available for AZP until pre-cached images are deployed).

Here's the feature request to 👍 upvote for AZP to be able to install on-demand:

(Upvoting suggested by a GitHub employee, so they must pay attention to upvotes:
actions/runner-images#1740 (comment))

@charris
Copy link
Contributor Author

charris commented Oct 16, 2021

Conclusion is "not available"?

I deleted this in favor of #135. As of yesterday evening, Windows 64 bits works, Windows 32 bits was missing, and Mac needed Python.h. Not sure about the last, it might have been moved...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants