Skip to content

Commit

Permalink
test on Python 3.8, 3.9, 3.10, 3.11, 3.12
Browse files Browse the repository at this point in the history
run the py38 tests on old, but still supported ubuntu 20.04.
  • Loading branch information
ThomasWaldmann committed Aug 11, 2024
1 parent 5b46c25 commit 607717f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,21 @@ jobs:
fail-fast: true
matrix:
include:
- os: ubuntu-20.04
python-version: '3.8'
toxenv: py38
- os: ubuntu-22.04
python-version: '3.9'
toxenv: py39
- os: ubuntu-22.04
python-version: '3.10'
toxenv: py310
- os: ubuntu-22.04
python-version: '3.11'
toxenv: py311
- os: ubuntu-22.04
python-version: '3.12'
toxenv: py312

env:
TOXENV: ${{ matrix.toxenv }}
Expand Down

0 comments on commit 607717f

Please sign in to comment.