* Remove hardcoded architecture setting

* update classifiers to include Python 3.12
This commit is contained in:
Sofie Van Landeghem 2024-04-29 10:18:07 +02:00 committed by GitHub
parent 2e2334632b
commit 6d6c10ab9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 3 deletions

View File

@ -31,7 +31,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.7"
architecture: x64
- name: black
run: |
@ -81,7 +80,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
architecture: x64
- name: Install dependencies
run: |

View File

@ -26,7 +26,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.7"
architecture: x64
- name: Validate website/meta/universe.json
run: |

View File

@ -22,6 +22,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
project_urls =
Release notes = https://github.com/explosion/spaCy/releases