Skip to content

Commit

Permalink
test only on 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lra committed Nov 4, 2023
1 parent 4672322 commit 75fe2d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
# - "3.10" # AttributeError: module 'collections' has no attribute 'Callable'
# - "3.11" # AttributeError: module 'collections' has no attribute 'Callable'
# - "3.12" # ModuleNotFoundError: No module named 'imp'
container: python:${{ matrix.python-version }}
steps:
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 75fe2d7

Please sign in to comment.