Skip to content

Commit

Permalink
TEST: Remove GitHub test build for Python 3.8
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
Leengit committed Sep 17, 2024
1 parent a7517fa commit 79c6d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.9"]

include:
- flake8-python-git-tag: ""
Expand Down

0 comments on commit 79c6d92

Please sign in to comment.