Skip to content

Commit 6d6c10a

Browse files
authored
Fix CI (#13469)
* Remove hardcoded architecture setting * update classifiers to include Python 3.12
1 parent 2e23346 commit 6d6c10a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: actions/setup-python@v4
3232
with:
3333
python-version: "3.7"
34-
architecture: x64
3534

3635
- name: black
3736
run: |
@@ -81,7 +80,6 @@ jobs:
8180
uses: actions/setup-python@v4
8281
with:
8382
python-version: ${{ matrix.python_version }}
84-
architecture: x64
8583

8684
- name: Install dependencies
8785
run: |

.github/workflows/universe_validation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
uses: actions/setup-python@v4
2727
with:
2828
python-version: "3.7"
29-
architecture: x64
3029

3130
- name: Validate website/meta/universe.json
3231
run: |

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers =
2222
Programming Language :: Python :: 3.9
2323
Programming Language :: Python :: 3.10
2424
Programming Language :: Python :: 3.11
25+
Programming Language :: Python :: 3.12
2526
Topic :: Scientific/Engineering
2627
project_urls =
2728
Release notes = https://github.com/explosion/spaCy/releases

0 commit comments

Comments
 (0)