Skip to content

Commit

Permalink
test python 3.8 3.9 3.10 on ubuntu and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
watakandai committed Jul 23, 2024
1 parent 67a1134 commit 3c10da1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tox-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9']
# python-version: ['3.8', '3.9', '3.10']
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
# python-version: ['3.9']
python-version: ['3.8', '3.9', '3.10']
poetry-version: ['1.8.3']
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 3c10da1

Please sign in to comment.