Skip to content

Commit 43b5a50

Browse files
committed
run on python 3.11
1 parent 09a6fbf commit 43b5a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858
matrix:
5959
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
60+
python-version: ['3.8', '3.9', '3.10', '3.11']
6161
name: Python ${{ matrix.python-version }} on ${{ startsWith(matrix.os, 'macos-') && 'macOS' || startsWith(matrix.os, 'windows-') && 'Windows' || 'Linux' }}
6262
runs-on: ${{ matrix.os }}
6363

0 commit comments

Comments
 (0)