Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Landy committed Feb 19, 2025
1 parent c2788bb commit 8bd8d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
{os: ubuntu-22.04, python-version: '3.11'},
{os: ubuntu-22.04, python-version: '3.12'},
{os: ubuntu-22.04, python-version: '3.13'},
{os: ubuntu-22.04, python-version: '3.14.0-alpha.5'},
# {os: ubuntu-22.04, python-version: '3.14.0-alpha.5'}, # too early
# {os: windows-latest, python-version: '3.7.9'}, # multiline code is depicted differently
{os: windows-latest, python-version: '3.8'},
{os: windows-latest, python-version: '3.9'},
{os: windows-latest, python-version: '3.10'},
{os: windows-latest, python-version: '3.11'},
{os: windows-latest, python-version: '3.12'},
{os: windows-latest, python-version: '3.13'},
{os: windows-latest, python-version: '3.14.0-alpha.5'}
{os: windows-latest, python-version: '3.13'}
# {os: windows-latest, python-version: '3.14.0-alpha.5'} # too early
]
steps:
- name: Set up Python ${{ matrix.arrays.python-version }}
Expand Down

0 comments on commit 8bd8d66

Please sign in to comment.