diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index e9d90d552..7c30f20b6 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -42,19 +42,19 @@ jobs: ls: dir target: x86_64 python-architecture: x64 - interpreter: 3.7 3.8 3.9 3.10 3.11 + interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 - os: windows ls: dir target: i686 python-architecture: x86 - interpreter: 3.7 3.8 3.9 3.10 3.11 + interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 # - os: windows # ls: dir # target: aarch64 # interpreter: 3.11 3.12 - os: macos target: aarch64 - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10 + interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10 - os: ubuntu platform: linux target: i686 @@ -65,7 +65,7 @@ jobs: - os: ubuntu platform: linux target: armv7 - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 + interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 # musllinux - os: ubuntu platform: linux @@ -78,11 +78,11 @@ jobs: - os: ubuntu platform: linux target: ppc64le - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 + interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 - os: ubuntu platform: linux target: s390x - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 + interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 exclude: - os: windows target: aarch64 @@ -102,7 +102,7 @@ jobs: - name: set up python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" architecture: ${{ matrix.python-architecture || 'x64' }} - run: pip install -U twine @@ -114,7 +114,7 @@ jobs: working-directory: ./bindings/python manylinux: ${{ matrix.manylinux || 'auto' }} container: ${{ matrix.container }} - 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 }} + 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 }} rust-toolchain: stable docker-options: -e CI @@ -165,7 +165,7 @@ jobs: - name: Install Python uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.12" architecture: x64 - name: Retrieve all wheels diff --git a/bindings/node/Cargo.toml b/bindings/node/Cargo.toml index 1cba8caad..289318ad8 100644 --- a/bindings/node/Cargo.toml +++ b/bindings/node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Nicolas Patry "] edition = "2021" name = "node" -version = "0.15.1-dev.0" +version = "0.15.1-rc.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 26bb5ef7f..b1a44fdf1 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokenizers-python" -version = "0.15.1-dev.0" +version = "0.15.1-rc.0" authors = ["Anthony MOI "] edition = "2021" diff --git a/tokenizers/Cargo.toml b/tokenizers/Cargo.toml index 2d90a326a..a5f60e7d2 100644 --- a/tokenizers/Cargo.toml +++ b/tokenizers/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Anthony MOI ", "Nicolas Patry "] edition = "2018" name = "tokenizers" -version = "0.15.1-dev.0" +version = "0.15.1-rc.0" homepage = "https://github.com/huggingface/tokenizers" repository = "https://github.com/huggingface/tokenizers" documentation = "https://docs.rs/tokenizers/"