Files
Stephen Finucane 9b0ea3f62c pti: Remove Go doc
This is massively out-of-date and not useful in its current state.
Remove it. It can be recreated if/when necessary.

Change-Id: I5deefc680dec2610a2927c267b0ffeb6595f5f1b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2026-06-16 09:50:37 -07:00

1.3 KiB

Tested Runtimes for Train

It is the policy that each OpenStack release cycle will target the currently available runtimes on the LTS or stable distributions <pti-linux-distros> at the start of a development cycle.

At the start of the Train development cycle, the current versions are:

  • Ubuntu 18.04
  • CentOS 7
  • openSUSE Leap 15

Python Runtime for Train

Based on the available Python runtimes for the supported Linux distributions, all Python-based projects must target and test against, at a minimum:

  • Python 2.7
  • Python 3.6
  • Python 3.7

More details on Python requirements can be found in pti-python.

Node.js Runtime for Train

Based on the availible versions of Node.js supported in our LTS or stable distributions <pti-linux-distros> all JavaScript testing should target:

  • Node.js 10

More details on Javascript requirements can be found in pti-javascript.

Golang Runtime for Train

At this time, there are still frequent releases of Go with a wide variety of distribution packaged versions. Given the current state of Go support and the number of projects within OpenStack using Go, no formal version declaration is being made at this time.