Skip to content

Commit d642423

Browse files
committed
chore: remove python3.9 support
1 parent 5483827 commit d642423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins/pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run_all(os, deploy = false) {
3636
run_command("make setup REMOTE_DIR=${IDPS_REMOTE_EXT_DIR} REMOTE_LOCAL_DIR=${IDPS_REMOTE_EXT_COPY_DIR}", os)
3737
}
3838

39-
python_versions = ["3.9", "3.10", "3.11", "3.12", "3.13"]
39+
python_versions = ["3.10", "3.11", "3.12", "3.13"]
4040
python_versions.each() {
4141
stage("Python ${it}") {
4242
run(os, it, deploy)

0 commit comments

Comments
 (0)