Skip to content

Commit

Permalink
edit os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed May 10, 2024
1 parent 2459e1a commit 397cd0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_latest_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
schedule:
- cron: '0 1 * * *'
- cron: "0 1 * * *"

jobs:
tests:
Expand All @@ -17,12 +17,12 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9, '3.10']
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
include:
- os: macos-latest
python-version: 3.8
python-version: "3.12"
- os: windows-latest
python-version: 3.8
python-version: "3.12"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 397cd0c

Please sign in to comment.