Skip to content

Commit

Permalink
temp testing only broken python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Nov 2, 2023
1 parent 03f8dd7 commit ff7f082
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
fail-fast: false
matrix:
python:
- '3.11'
- '3.10'
- '3.9'
#- '3.8'
#- '3.7'
#- '3.11'
#- '3.10'
#- '3.9'
- '3.8'
- '3.7'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit ff7f082

Please sign in to comment.