Skip to content

Commit

Permalink
Modify Deploy Script (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
blankjul committed Jul 28, 2024
1 parent d122c53 commit e5894d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
- windows-latest
- macos-latest
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand All @@ -56,7 +54,7 @@ jobs:
with:
build-requirements: "cython numpy"
pip-wheel-args: "-w ./dist --no-deps"
python-versions: "cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311"
python-versions: "cp39-cp39 cp310-cp310 cp311-cp311"
- name: "Remove non-compatible packages"
run: "sudo rm dist/*linux_x86_64.whl\n"
- uses: actions/upload-artifact@v4
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Mathematics'
Expand Down

0 comments on commit e5894d6

Please sign in to comment.