Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Landy committed Oct 21, 2024
1 parent 8b93818 commit 9392480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest] #, windows-latest]
os: [ubuntu-latest, windows-latest]
# 3.13 not available yet somehow
# 3.7 has issues with multiline expressions
# 3.6- not found for ubuntu-latest
python-version: [3.9] #[3.8, 3.9, '3.10', 3.11, 3.12]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
Expand Down

0 comments on commit 9392480

Please sign in to comment.