Skip to content

Commit

Permalink
Only test Python 3.11 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Oct 6, 2023
1 parent 08b5bbe commit 249f8db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true
jobs:
test:
name: Python ${{ matrix.python_version }} - ${{ matrix.os }} - ${{ matrix.arch }}
name: Python ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -20,10 +20,6 @@ jobs:
- ubuntu-latest
- macOS-latest
- windows-latest
python_version:
- "3.9"
- "3.10"
- "3.11"
arch:
- x86
steps:
Expand Down

0 comments on commit 249f8db

Please sign in to comment.