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 d62a6db commit 60bab5dCopy full SHA for 60bab5d
.github/workflows/build_and_test.yml
@@ -41,7 +41,7 @@ on:
41
description: Additional environment variables to set when running the tests. Should be in JSON format.
42
required: false
43
type: string
44
- default: '{"PYSPARK_IMAGE_TO_TEST": "python-311", "PYTHON_TO_TEST": "python3.11"}'
+ default: '{"PYSPARK_IMAGE_TO_TEST": "python-313", "PYTHON_TO_TEST": "python3.13"}'
45
jobs:
46
description: >-
47
Jobs to run, and should be in JSON format. The values should be matched with the job's key defined
0 commit comments