We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python
1 parent 855bed7 commit 8a890f1Copy full SHA for 8a890f1
.github/workflows/macos.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- python-version: ["3.11"]
+ python-version: ["3.12"]
29
30
steps:
31
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
environment.yml
@@ -7,7 +7,7 @@ name: numpy-dev
7
channels:
8
- conda-forge
9
dependencies:
10
- - python=3.11 #need to pin to avoid issues with builds
+ - python=3.12 # need to pin to avoid issues with builds
11
- cython>=3.0
12
- compilers
13
- openblas
0 commit comments