Skip to content

Commit

Permalink
nightly: Try py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 4, 2023
1 parent 781b21e commit a411980
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
abi: [cp38, cp39, cp310, cp311]
abi: [cp38, cp39, cp310, cp311, cp312]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: |
docker pull openturns/manylinux2014_x86_64
Expand All @@ -37,9 +37,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
abi: [cp38, cp39, cp310, cp311]
abi: [cp38, cp39, cp310, cp312]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: |
docker pull openturns/archlinux-mingw
Expand All @@ -58,9 +58,9 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
abi: [cp38, cp39, cp310, cp311]
abi: [cp38, cp39, cp310, cp311, cp312]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
env:
MAKEFLAGS: -j3
Expand Down

0 comments on commit a411980

Please sign in to comment.