ci: add Python 3.13 support to build matrix
This commit is contained in:
6
.github/workflows/build-reusable.yml
vendored
6
.github/workflows/build-reusable.yml
vendored
@@ -28,6 +28,9 @@ jobs:
|
|||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
python: '3.12'
|
python: '3.12'
|
||||||
container: 'quay.io/pypa/manylinux2014_x86_64'
|
container: 'quay.io/pypa/manylinux2014_x86_64'
|
||||||
|
- os: ubuntu-latest
|
||||||
|
python: '3.13'
|
||||||
|
container: 'quay.io/pypa/manylinux2014_x86_64'
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python: '3.9'
|
python: '3.9'
|
||||||
container: ''
|
container: ''
|
||||||
@@ -40,6 +43,9 @@ jobs:
|
|||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python: '3.12'
|
python: '3.12'
|
||||||
container: ''
|
container: ''
|
||||||
|
- os: macos-latest
|
||||||
|
python: '3.13'
|
||||||
|
container: ''
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
container: ${{ matrix.container }}
|
container: ${{ matrix.container }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user