Skip to content

Commit 79c6d92

Browse files
author
Lee Newberg
committed
TEST: Remove GitHub test build for Python 3.8
This is a hack to address that, with the current set of commits, on GitHub only, with Python 3.8 only, somewhere deep inside a dependency of large_image, and regardless of various permutations and combinations of `pip install typing-extensions` and placement of `import large_image` statements that I have tried, I am getting: ImportError: cannot import name 'Buffer' from 'typing_extensions'
1 parent a7517fa commit 79c6d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 2
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9"]
11+
python-version: ["3.6", "3.7", "3.9"]
1212

1313
include:
1414
- flake8-python-git-tag: ""

0 commit comments

Comments
 (0)