Skip to content

Commit 255927d

Browse files
committed
pin source build to python 3.12
1 parent e35ef5d commit 255927d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
2727
python-version: ['3.10', '3.11', '3.12', '3.13']
28-
numpy-version: ['1.24', '2.1']
28+
numpy-version: ['1.24', '2.1', '2.2']
2929
exclude:
3030
- python-version: '3.12'
3131
numpy-version: '1.24'
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Build Source Distribution
7373
shell: bash -l {0}
74-
if: matrix.os == 'ubuntu-latest'
74+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
7575

7676
run: |
7777
sudo apt-get update -y

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
miniforge-variant: Miniforge3
3030
miniforge-version: latest
3131
use-mamba: true
32-
python-version: ${{ matrix.python-version }}
32+
python-version: '3.12'
3333
auto-update-conda: true
3434
environment-file: .github/environment.yml
3535

0 commit comments

Comments
 (0)