We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a6fbf commit 43b5a50Copy full SHA for 43b5a50
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
fail-fast: false
58
matrix:
59
os: [ubuntu-latest, windows-latest, macos-latest]
60
- python-version: ['3.8', '3.9', '3.10'] #not on 3.11 until https://issues.apache.org/jira/browse/SPARK-41125 is fixed
+ python-version: ['3.8', '3.9', '3.10', '3.11']
61
name: Python ${{ matrix.python-version }} on ${{ startsWith(matrix.os, 'macos-') && 'macOS' || startsWith(matrix.os, 'windows-') && 'Windows' || 'Linux' }}
62
runs-on: ${{ matrix.os }}
63
0 commit comments