octavia/releasenotes/notes/move-to-python-3.8-203249392fd1f1aa.yaml
Tom Weininger 737523f3bc Move to Python 3.8
Update Python base version from 3.6 to 3.8. For Zed the minimum
Python runtime versions are Python 3.8 and 3.9 [1]. As a third
Python version I also added 3.10 already.

Removed ThreadedHTTPServer and replaced it with ThreadingHTTPServer from
standard library, which is new in Python 3.7.

[1]: https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: I035c569b4feaa23b00c0cad50c36aaecf06f7848
2022-05-06 15:04:52 +02:00

7 lines
199 B
YAML

---
upgrade:
- |
Update Python base version from 3.6 to 3.8. As per Openstack Python
runtime versions policy Python 3.8 will be the the minimum Python version
in the Zed release cycle.