Skip to content

Commit

Permalink
Add Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
krasinski committed Oct 20, 2023
1 parent d523f2e commit e966420
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle-spark3.0.properties
Expand Up @@ -7,4 +7,4 @@ databricksVersion=7.3.x-cpu-ml-scala2.12
fabricK8sClientVersion=4.9.2
executorOverheadMemoryOption=spark.executor.memoryOverhead
driverOverheadMemoryOption=spark.driver.memoryOverhead
supportedPythonVersions=3.6 3.7 3.8 3.9 3.10
supportedPythonVersions=3.6 3.7 3.8 3.9 3.10 3.11
2 changes: 1 addition & 1 deletion gradle-spark3.1.properties
Expand Up @@ -7,4 +7,4 @@ databricksVersion=9.1.x-cpu-ml-scala2.12
fabricK8sClientVersion=4.12.0
executorOverheadMemoryOption=spark.executor.memoryOverhead
driverOverheadMemoryOption=spark.driver.memoryOverhead
supportedPythonVersions=3.6 3.7 3.8 3.9 3.10
supportedPythonVersions=3.6 3.7 3.8 3.9 3.10 3.11
2 changes: 1 addition & 1 deletion gradle-spark3.2.properties
Expand Up @@ -7,4 +7,4 @@ databricksVersion=10.4.x-cpu-ml-scala2.12
fabricK8sClientVersion=5.4.1
executorOverheadMemoryOption=spark.executor.memoryOverhead
driverOverheadMemoryOption=spark.driver.memoryOverhead
supportedPythonVersions=3.6 3.7 3.8 3.9 3.10
supportedPythonVersions=3.6 3.7 3.8 3.9 3.10 3.11
2 changes: 1 addition & 1 deletion gradle-spark3.3.properties
Expand Up @@ -7,4 +7,4 @@ databricksVersion=11.0.x-cpu-ml-scala2.12
fabricK8sClientVersion=5.12.2
executorOverheadMemoryOption=spark.executor.memoryOverhead
driverOverheadMemoryOption=spark.driver.memoryOverhead
supportedPythonVersions=3.7 3.8 3.9 3.10
supportedPythonVersions=3.7 3.8 3.9 3.10 3.11
2 changes: 1 addition & 1 deletion gradle-spark3.4.properties
Expand Up @@ -7,4 +7,4 @@ databricksVersion=13.0.x-cpu-ml-scala2.12
fabricK8sClientVersion=6.4.1
executorOverheadMemoryOption=spark.executor.memoryOverhead
driverOverheadMemoryOption=spark.driver.memoryOverhead
supportedPythonVersions=3.7 3.8 3.9 3.10
supportedPythonVersions=3.7 3.8 3.9 3.10 3.11
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -25,7 +25,7 @@ isNightlyBuild=false
# Supported Major Spark Versions
supportedSparkVersions=2.3 2.4 3.0 3.1 3.2 3.3 3.4
# The list of python environments used in automated tests
pythonEnvironments=3.6 3.7 3.8 3.9 3.10
pythonEnvironments=3.6 3.7 3.8 3.9 3.10 3.11
# Select for which Spark version is Sparkling Water built by default
spark=3.4
# Sparkling Water Version
Expand Down

0 comments on commit e966420

Please sign in to comment.