File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed
Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1515 env :
1616 GITHUB_CONTEXT : ${{ toJson(github) }}
1717 run : echo "$GITHUB_CONTEXT"
18- - uses : actions/checkout@v3
19- - uses : actions/setup-python@v4
18+ - uses : actions/checkout@v4
19+ - uses : actions/setup-python@v5
2020 - name : Install and run explosion-bot
2121 run : |
2222 pip install git+https://${{ secrets.EXPLOSIONBOT_TOKEN }}@github.com/explosion/explosion-bot
Original file line number Diff line number Diff line change 2222 fail-fast : true
2323 matrix :
2424 os : [ubuntu-latest, windows-latest, macos-latest]
25- python_version : ["3.11 "]
25+ python_version : ["3.12 "]
2626 include :
2727 - os : windows-latest
2828 python_version : " 3.7"
@@ -32,14 +32,16 @@ jobs:
3232 python_version : " 3.9"
3333 - os : windows-latest
3434 python_version : " 3.10"
35+ - os : macos-latest
36+ python_version : " 3.11"
3537
3638 runs-on : ${{ matrix.os }}
3739
3840 steps :
39- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4042
4143 - name : Set up Python
42- uses : actions/setup-python@v4
44+ uses : actions/setup-python@v5
4345 with :
4446 python-version : ${{ matrix.python_version }}
4547
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 if : " github.repository_owner == 'explosion' && (contains(github.event.pull_request.labels.*.name, 'Test external') || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')"
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424
2525 - name : Set up Python 3.9
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : 3.9
2929 cache : " pip"
Original file line number Diff line number Diff line change 66 run :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010 - name : Set up Python 3.9
11- uses : actions/setup-python@v4
11+ uses : actions/setup-python@v5
1212 with :
1313 python-version : 3.9
1414 cache : " pip" # caching pip dependencies
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ classifiers =
2121 Programming Language :: Python :: 3.9
2222 Programming Language :: Python :: 3.10
2323 Programming Language :: Python :: 3.11
24+ Programming Language :: Python :: 3.12
2425 Topic :: Scientific/Engineering
2526project_urls =
2627 Release notes = https://github.com/explosion/spacy-llm/releases
You can’t perform that action at this time.
0 commit comments