Skip to content

Commit

Permalink
Used the version of Ubuntu that still have Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Vinci committed Oct 13, 2024
1 parent c85fabb commit 223adfd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,37 @@ concurrency:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- python-version: "3.6.15"
os: ubuntu-20.04
env:
TOXENV: py36
- python-version: "3.7"
os: ubuntu-latest
env:
TOXENV: py
- python-version: "3.8"
os: ubuntu-latest
env:
TOXENV: py
- python-version: "3.9"
os: ubuntu-latest
env:
TOXENV: py
- python-version: "3.10"
os: ubuntu-latest
env:
TOXENV: py
- python-version: "3.11"
os: ubuntu-latest
env:
TOXENV: py
- python-version: "3.12"
os: ubuntu-latest
env:
TOXENV: py

Expand Down

0 comments on commit 223adfd

Please sign in to comment.