We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f2961 commit 8d56e3eCopy full SHA for 8d56e3e
.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