mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Adding python 3.8 for M1 (#1147)
This commit is contained in:
2
.github/workflows/python-release.yml
vendored
2
.github/workflows/python-release.yml
vendored
@ -122,7 +122,7 @@ jobs:
|
||||
runs-on: macos-arm64
|
||||
strategy:
|
||||
matrix:
|
||||
python: ["3.9.13", "3.10.6", "3.11.1"]
|
||||
python: ["3.8.16", "3.9.13", "3.10.6", "3.11.1"]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
Reference in New Issue
Block a user