Skip to content

Commit

Permalink
Test new workflow (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvana10 committed May 1, 2024
1 parent 6360ad3 commit eb33a68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 57 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,17 @@ jobs:
strategy:
fail-fast: false
matrix:
exclude:
- platform: windows-latest
python-version: [pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10]
exclude:
- platform: macos-latest
python-version: [3.7, pypy-3.7]
python-version: 3.7
- platform: ubuntu-latest
python-version: [3.12]
python-version: 3.12
# https://help.github.com/articles/virtual-environments-for-github-actions
platform:
- ubuntu-latest # ubuntu-22.04
- macos-latest # macOS-12
- windows-latest # windows-2022
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10]
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]

steps:
- uses: actions/checkout@v3
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/tox_tests.yml

This file was deleted.

0 comments on commit eb33a68

Please sign in to comment.