Skip to content

Commit

Permalink
Update python-package-tox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Aug 12, 2024
1 parent 5bf738a commit 6c200f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
strategy:
matrix:
python: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false

runs-on: ${{ matrix.python <= '3.6' && 'ubuntu-20.04' || 'ubuntu-22.04' }}
runs-on: ${{ matrix.python <= '3.6' && 'ubuntu-18.04' || 'ubuntu-22.04' }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6c200f6

Please sign in to comment.