Skip to content

Commit 8a890f1

Browse files
committed
DEV: bump python to 3.12 in environment.yml
[ci skip]
1 parent 855bed7 commit 8a890f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: ["3.11"]
28+
python-version: ["3.12"]
2929

3030
steps:
3131
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: numpy-dev
77
channels:
88
- conda-forge
99
dependencies:
10-
- python=3.11 #need to pin to avoid issues with builds
10+
- python=3.12 # need to pin to avoid issues with builds
1111
- cython>=3.0
1212
- compilers
1313
- openblas

0 commit comments

Comments
 (0)