Skip to content

Commit

Permalink
Fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafrancia committed May 25, 2024
1 parent 66516df commit 36d5189
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
strategy:
matrix:
include:
- { os: ubuntu-latest, python_version: '3.4' }
- { os: ubuntu-latest, python_version: '3.5' }
- { os: ubuntu-latest, python_version: '3.6' }
- { os: ubuntu-latest, python_version: '3.7' }
- { os: ubuntu-latest, python_version: '3.8' }
- { os: ubuntu-latest, python_version: '3.9' }
- { os: ubuntu-18.04, python_version: '3.4' }
- { os: ubuntu-20.04, python_version: '3.5' }
- { os: ubuntu-20.04, python_version: '3.6' }
- { os: ubuntu-18.04, python_version: '3.7' }
- { os: ubuntu-22.04, python_version: '3.8' }
- { os: ubuntu-24.04, python_version: '3.9' }
- { os: ubuntu-latest, python_version: '3.10' }
- { os: ubuntu-latest, python_version: '3.11' }
- { os: ubuntu-latest, python_version: '3.12' }
Expand Down

0 comments on commit 36d5189

Please sign in to comment.