Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jan 10, 2023
1 parent 8b9bcf0 commit 32482ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
strategy:
matrix:
platform: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 3.11]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
exclude:
- platform: ubuntu-latest
python-version: 3.6
- platform: macos-latest
python-version: 3.11
python-version: '3.11'
- platform: windows-latest
python-version: 3.6
- platform: windows-latest
python-version: 3.11
python-version: '3.11'

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 32482ab

Please sign in to comment.