Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nghia-vo committed Mar 2, 2023
1 parent 6d1aaff commit 1ba8e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/discorpy_ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9.13", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9.13", "3.10"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import setuptools
import sys

if sys.version_info <= (3, 7):
if sys.version_info[:2] <= (3, 7):
dependencies = [
"numpy<1.22",
"scipy<=1.7",
Expand Down

0 comments on commit 1ba8e5f

Please sign in to comment.