From 6d6c10ab9c2ff1059fdb062c4421a2ddd6c40c04 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Mon, 29 Apr 2024 10:18:07 +0200 Subject: [PATCH] Fix CI (#13469) * Remove hardcoded architecture setting * update classifiers to include Python 3.12 --- .github/workflows/tests.yml | 2 -- .github/workflows/universe_validation.yml | 1 - setup.cfg | 1 + 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 840b8e5f9..2a236b6bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: | diff --git a/.github/workflows/universe_validation.yml b/.github/workflows/universe_validation.yml index a1e3253a9..4d492500c 100644 --- a/.github/workflows/universe_validation.yml +++ b/.github/workflows/universe_validation.yml @@ -26,7 +26,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.7" - architecture: x64 - name: Validate website/meta/universe.json run: | diff --git a/setup.cfg b/setup.cfg index a6b14eb06..899e808cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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