* You can now specify whichever python version you want with a docker setup. * Example Jenkins job: ``` #!/bin/bash PY_VERSION=3.11 ./scripts/jenkins-run.sh exit $? ``` * Example docker-compose CLI run without jenkins: ``` $ docker-compose build --build-arg PY_VERSION=3.11 ``` * The current configuration defaults to Python 3.7 if no `PY_VERSION` environment variable is provided.
--- ** [tickets:#8505] python 3.11 - jenkins setup** **Status:** open **Milestone:** unreleased **Created:** Wed Mar 29, 2023 04:39 PM UTC by Dave Brondsema **Last Updated:** Wed Mar 29, 2023 04:39 PM UTC **Owner:** nobody Update Apache jenkins (https://builds.apache.org/job/Allura/) and add a build for py3.11. It currently has a build for 3.7 only. (Probably can skip all those in-between right?) The docker/compose setup supports passing in which version you want already, like: `--build-arg PY_VERSION=3.8` See `allura/scripts/jenkins-python3.7.sh` for current setup Update Allura docs where it mentions 3.7 to say 3.7 through 3.11 are supported. Make a release next? Update default version sometime? --- Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.