Skip to content

Commit

Permalink
Fix CI (#13469)
Browse files Browse the repository at this point in the history
* Remove hardcoded architecture setting

* update classifiers to include Python 3.12
  • Loading branch information
svlandeg committed Apr 29, 2024
1 parent 2e23346 commit 6d6c10a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.7"
architecture: x64

- name: black
run: |
Expand Down Expand Up @@ -81,7 +80,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
architecture: x64

- name: Install dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/universe_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.7"
architecture: x64

- name: Validate website/meta/universe.json
run: |
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d6c10a

Please sign in to comment.