mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Remove Python 3.13 builds from the publishing job
This commit is contained in:
parent
fec2b08210
commit
3375436eb3
4
.github/workflows/publishing.yml
vendored
4
.github/workflows/publishing.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-22.04, windows-2019, macos-11]
|
||||
env:
|
||||
CIBW_SKIP: cp27-win*
|
||||
CIBW_SKIP: cp27-* cp313-*
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build wheels
|
||||
|
@ -74,6 +74,8 @@ jobs:
|
|||
name: Build wheels (ubuntu-22.04-aarch64)
|
||||
needs: [tests, linters]
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
CIBW_SKIP: cp27-* cp313-*
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up QEMU
|
||||
|
|
Loading…
Reference in New Issue
Block a user