Skip to content

Commit

Permalink
trying python 3.9 to see if windows pass the test
Browse files Browse the repository at this point in the history
  • Loading branch information
watakandai committed Jul 23, 2024
1 parent d78de17 commit 67a1134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8']
python-version: ['3.9']
# python-version: ['3.8', '3.9', '3.10']
poetry-version: ['1.8.3']
include:
Expand Down

0 comments on commit 67a1134

Please sign in to comment.