Skip to content

Commit

Permalink
Build python 3.12 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Mar 11, 2024
1 parent 8c62e66 commit 7092fab
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:

strategy:
matrix:
osx - python37:
image.name: 'macos-12'
python.version: '3.7'
ciwb.build: cp37-macosx_x86_64
ciwb.archs: x86_64
osx - python38:
image.name: 'macos-12'
python.version: '3.8'
Expand All @@ -43,12 +38,12 @@ jobs:
python.version: '3.11'
ciwb.build: cp311-macosx_universal2
ciwb.archs: universal2
osx - python312:
image.name: 'macos-12'
python.version: '3.12'
ciwb.build: cp312-macosx_universal2
ciwb.archs: universal2

windows - python37:
image.name: 'windows-2019'
python.version: '3.7'
ciwb.build: cp37-win_amd64
ciwb.archs: AMD64
windows - python38:
image.name: 'windows-2019'
python.version: '3.8'
Expand All @@ -69,6 +64,11 @@ jobs:
python.version: '3.11'
ciwb.build: cp311-win_amd64
ciwb.archs: AMD64
windows - python312:
image.name: 'windows-2019'
python.version: '3.12'
ciwb.build: cp312-win_amd64
ciwb.archs: AMD64

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -138,9 +138,6 @@ jobs:

strategy:
matrix:
python37:
python: '/opt/python/cp37-cp37m/bin'
python.version: '3.7'
python38:
python: '/opt/python/cp38-cp38/bin'
python.version: '3.8'
Expand All @@ -153,6 +150,9 @@ jobs:
python311:
python: '/opt/python/cp311-cp311/bin'
python.version: '3.11'
python312:
python: '/opt/python/cp312-cp312/bin'
python.version: '3.12'

container:
image: quay.io/pypa/manylinux2014_x86_64:latest
Expand Down

0 comments on commit 7092fab

Please sign in to comment.