Skip to content

Commit 6c768cc

Browse files
committed
ninja - Bump Python versions to match recent upgrades to the Jenkins runners
1 parent 2d99b62 commit 6c768cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ slack = new Slack()
3434
DEFAULT_CASSANDRA = ['3.11', '4.0', '4.1', '5.0']
3535
DEFAULT_DSE = ['dse-5.1.35', 'dse-6.8.30', 'dse-6.9.0']
3636
DEFAULT_HCD = ['hcd-1.0.0']
37-
DEFAULT_RUNTIME = ['3.10.18', '3.11.13', '3.12.11', '3.13.5']
37+
DEFAULT_RUNTIME = ['3.10.19', '3.11.14', '3.12.12', '3.13.12', '3.14.3']
3838
DEFAULT_CYTHON = ["True", "False"]
3939
matrices = [
4040
"FULL": [
@@ -745,7 +745,7 @@ pipeline {
745745
}
746746

747747
environment {
748-
OS_VERSION = 'ubuntu/focal64/python-driver'
748+
OS_VERSION = 'ubuntu/jammy64/python-driver'
749749
CCM_ENVIRONMENT_SHELL = '/usr/local/bin/ccm_environment.sh'
750750
CCM_MAX_HEAP_SIZE = '1536M'
751751
JABBA_SHELL = '/usr/lib/jabba/jabba.sh'

0 commit comments

Comments
 (0)