Skip to content

Commit

Permalink
Only test package with scikit-bio for recent versions of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 21, 2023
1 parent 1568bd6 commit 258ec5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyfastani/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
biopython ; implementation_name == "cpython"
scikit-bio ; implementation_name == "cpython"
scikit-bio ; implementation_name == "cpython" and python_version >= '3.8'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ def build_extension(self, ext):
# check if `PyInterpreterState_GetID` is available
if self._check_getid():
ext.define_macros.append(("HAS_PYINTERPRETERSTATE_GETID", 1))
_build_ext.build_extension(self, ext)

# C++ OS-specific options
if ext.language == "c++":
Expand Down

0 comments on commit 258ec5a

Please sign in to comment.