Skip to content

Commit e5894d6

Browse files
committed
Modify Deploy Script (1)
1 parent d122c53 commit e5894d6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
- windows-latest
3535
- macos-latest
3636
python-version:
37-
- "3.7"
38-
- "3.8"
3937
- "3.9"
4038
- "3.10"
4139
- "3.11"
@@ -56,7 +54,7 @@ jobs:
5654
with:
5755
build-requirements: "cython numpy"
5856
pip-wheel-args: "-w ./dist --no-deps"
59-
python-versions: "cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311"
57+
python-versions: "cp39-cp39 cp310-cp310 cp311-cp311"
6058
- name: "Remove non-compatible packages"
6159
run: "sudo rm dist/*linux_x86_64.whl\n"
6260
- uses: actions/upload-artifact@v4

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@
4949
'License :: OSI Approved :: Apache Software License',
5050
'Programming Language :: Python',
5151
'Programming Language :: Python :: 3',
52-
'Programming Language :: Python :: 3.7',
53-
'Programming Language :: Python :: 3.8',
5452
'Programming Language :: Python :: 3.9',
5553
'Programming Language :: Python :: 3.10',
5654
'Programming Language :: Python :: 3.11',
55+
'Programming Language :: Python :: 3.12',
5756
'Topic :: Scientific/Engineering',
5857
'Topic :: Scientific/Engineering :: Artificial Intelligence',
5958
'Topic :: Scientific/Engineering :: Mathematics'

0 commit comments

Comments
 (0)