Skip to content

Commit

Permalink
tests: Don't run on ubuntu with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
WMOkiishi committed Jan 13, 2024
1 parent 6ea9d1d commit f88fde5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stubtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- os: ubuntu-latest
python-version: '3.12'
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/typecheck_stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- os: ubuntu-latest
python-version: '3.12'
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand All @@ -44,6 +47,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- os: ubuntu-latest
python-version: '3.12'
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f88fde5

Please sign in to comment.