mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Add python 3.11 to manylinux buildwheels (#1096)
* Add python 3.11 to manylinux buildwheels * Fixing clippy. * Node clippy. * Python clippy. * Changelog + version number update. Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
This commit is contained in:
7
.github/workflows/python-release-conda.yml
vendored
7
.github/workflows/python-release-conda.yml
vendored
@ -14,10 +14,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macos-latest]
|
||||
python: ["3.7", "3.8", "3.9"]
|
||||
# 3.10 Not yet available on Conda.
|
||||
# python: ["3.7", "3.8", "3.9", "3.10"]
|
||||
|
||||
python: ["3.7", "3.8", "3.9", "3.10"]
|
||||
# 3.11 Not yet available on Conda.
|
||||
# python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
2
.github/workflows/python-release.yml
vendored
2
.github/workflows/python-release.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python: ["3.7", "3.8", "3.9", "3.10"]
|
||||
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
Reference in New Issue
Block a user