Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Use older Ubuntu for older Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
erdewit committed Jan 1, 2023
1 parent eb012d7 commit 36d4b07
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,17 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos, windows]
python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10", pypy-3.9 ]
python-version: [ 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", pypy-3.9 ]
exclude:
- os: windows
python-version: pypy-3.9
- os: ubuntu
python-version: 3.5
- os: ubuntu
python-version: 3.6
include:
- os: ubuntu-20.04
python-version: 3.5
- os: ubuntu-20.04
python-version: 3.6

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

0 comments on commit 36d4b07

Please sign in to comment.