mirror of
https://github.com/mii443/tokenizers.git
synced 2025-12-03 19:28:20 +00:00
Remove 3.13 (potential undefined behavior.) (#1497)
This commit is contained in:
10
.github/workflows/python-release.yml
vendored
10
.github/workflows/python-release.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
# interpreter: 3.11 3.12
|
# interpreter: 3.11 3.12
|
||||||
- os: macos
|
- os: macos
|
||||||
target: aarch64
|
target: aarch64
|
||||||
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
|
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10
|
||||||
- os: ubuntu
|
- os: ubuntu
|
||||||
platform: linux
|
platform: linux
|
||||||
target: i686
|
target: i686
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
- os: ubuntu
|
- os: ubuntu
|
||||||
platform: linux
|
platform: linux
|
||||||
target: armv7
|
target: armv7
|
||||||
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13
|
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
|
||||||
# musllinux
|
# musllinux
|
||||||
- os: ubuntu
|
- os: ubuntu
|
||||||
platform: linux
|
platform: linux
|
||||||
@@ -78,11 +78,11 @@ jobs:
|
|||||||
- os: ubuntu
|
- os: ubuntu
|
||||||
platform: linux
|
platform: linux
|
||||||
target: ppc64le
|
target: ppc64le
|
||||||
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13
|
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
|
||||||
- os: ubuntu
|
- os: ubuntu
|
||||||
platform: linux
|
platform: linux
|
||||||
target: s390x
|
target: s390x
|
||||||
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13
|
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows
|
- os: windows
|
||||||
target: aarch64
|
target: aarch64
|
||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
working-directory: ./bindings/python
|
working-directory: ./bindings/python
|
||||||
manylinux: ${{ matrix.manylinux || 'auto' }}
|
manylinux: ${{ matrix.manylinux || 'auto' }}
|
||||||
container: ${{ matrix.container }}
|
container: ${{ matrix.container }}
|
||||||
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }}
|
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }}
|
||||||
rust-toolchain: stable
|
rust-toolchain: stable
|
||||||
docker-options: -e CI
|
docker-options: -e CI
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user