Skip to content

Commit cb6ade3

Browse files
author
Jeff Whitaker
committed
build 3.12 wheels
1 parent b2fe038 commit cb6ade3

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,14 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
#python-version: [ "3.10"]
27+
#python-version: [ "3.11"]
2828
#os: [ubuntu-latest]
2929
#platform: [x64]
30-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
30+
#python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
31+
python-version: [ "3.12" ]
3132
os: [ubuntu-latest]
3233
platform: [x64, x32]
3334
include:
34-
- python-version: "3.7"
35-
os: ubuntu-latest
36-
platform: aarch64
3735
- python-version: "3.8"
3836
os: ubuntu-latest
3937
platform: aarch64
@@ -46,6 +44,9 @@ jobs:
4644
- python-version: "3.11"
4745
os: ubuntu-latest
4846
platform: aarch64
47+
- python-version: "3.12"
48+
os: ubuntu-latest
49+
platform: aarch64
4950

5051
env:
5152
REPO_DIR: netcdf4-python

.github/workflows/build-wheels-macosx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
28-
#python-version: [ "3.10" ]
27+
#python-version: [ "3.9", "3.10", "3.11", "3.12" ]
28+
python-version: [ "3.12" ]
2929
os: [macos-latest]
3030
platform: [x86_64]
3131
env:

.github/workflows/build-wheels-macosx2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
28-
#python-version: [ "3.10" ]
27+
#python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
28+
python-version: [ "3.12" ]
2929
os: [macos-latest]
3030
platform: [x86_64]
3131
env:

0 commit comments

Comments
 (0)