Skip to content

Commit

Permalink
More modern CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Oct 18, 2024
1 parent 7fa7b1a commit 435fa94
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,27 @@ jobs:

# Old ubuntu
- os: ubuntu-20.04
python-version: "3.6"
python-version: "3.8"

# Current ubuntu
- os: ubuntu-22.04
python-version: "3.7"
- os: ubuntu-22.04
python-version: "3.8"
- os: ubuntu-22.04
python-version: "3.9"
- os: ubuntu-22.04
python-version: "3.10"
- os: ubuntu-22.04
python-version: "3.11"
- os: ubuntu-22.04
python-version: "3.12"

# Mac
- os: macos-latest
python-version: "3.6"
python-version: "3.8"

# Windows
- os: windows-latest
python-version: "3.6"
python-version: "3.8"

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 435fa94

Please sign in to comment.