Skip to content

Commit 375da00

Browse files
authored
Add Jenkins support for Python 3.12.0 (#1180)
1 parent e24ffe4 commit 375da00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ slack = new Slack()
3232

3333
DEFAULT_CASSANDRA = ['3.0', '3.11', '4.0']
3434
DEFAULT_DSE = ['dse-5.1.35', 'dse-6.8.30']
35-
DEFAULT_RUNTIME = ['3.8.16', '3.9.16', '3.10.11', '3.11.3']
35+
DEFAULT_RUNTIME = ['3.8.16', '3.9.16', '3.10.11', '3.11.3', '3.12.0']
3636
DEFAULT_CYTHON = ["True", "False"]
3737
matrices = [
3838
"FULL": [
@@ -605,8 +605,8 @@ pipeline {
605605
triggers {
606606
parameterizedCron(branchPatternCron().matcher(env.BRANCH_NAME).matches() ? """
607607
# Every weeknight (Monday - Friday) around 4:00 AM
608-
# These schedules will run with and without Cython enabled for Python 3.8.16 and 3.11.3
609-
H 4 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;EVENT_LOOP=LIBEV;CI_SCHEDULE_PYTHON_VERSION=3.8.16 3.11.3;CI_SCHEDULE_SERVER_VERSION=3.11 4.0 dse-5.1.35 dse-6.8.30
608+
# These schedules will run with and without Cython enabled for Python 3.8.16 and 3.12.0
609+
H 4 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;EVENT_LOOP=LIBEV;CI_SCHEDULE_PYTHON_VERSION=3.8.16 3.12.0;CI_SCHEDULE_SERVER_VERSION=3.11 4.0 dse-5.1.35 dse-6.8.30
610610
""" : "")
611611
}
612612

0 commit comments

Comments
 (0)