Skip to content

Commit

Permalink
Merge pull request #89 from r9y9/fix-windows-latest
Browse files Browse the repository at this point in the history
Try to see windows tests are passing
  • Loading branch information
r9y9 authored Jun 5, 2022
2 parents 381f981 + 7128298 commit cd453f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/SPTK
Submodule SPTK updated 3 files
+1 −1 README.md
+10 −12 bin/pitch/swipe/swipe.c
+2 −2 wscript
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def finalize_options(self):
"types-setuptools",
"mypy<=0.910",
"black>=19.19b0,<=20.8",
"click<8.1.0",
"flake8>=3.7,<4",
"flake8-bugbear",
"isort>=4.3,<5.2.0",
Expand All @@ -178,7 +179,6 @@ def finalize_options(self):
"Programming Language :: Cython",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit cd453f7

Please sign in to comment.