Skip to content

Commit

Permalink
Drop 3.8 from mac, another test for Windows finding the dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyCera-NOAA committed Jan 19, 2024
1 parent c28e553 commit d98f4a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8","3.9","3.10","3.11"]
python-version: ["3.9", "3.10", "3.11"]

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 @@ -13,7 +13,7 @@
incdirs = []
libraries = ['sp_4','ip_4']
if sys.platform == "win32":
libraries = ["sp_4", "ip_4"]
libraries = ["libsp_4.dll", "libip_4.dll"]


# fmt: on
Expand Down

0 comments on commit d98f4a5

Please sign in to comment.