summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2023-05-16 15:36:00 -0700
committerTim Burke <tim.burke@gmail.com>2023-05-16 15:36:00 -0700
commitcff092b6822385e93d8d42b579a67f10291f795f (patch)
tree673f1eee1ef69c7bf942004b1158ae448580e132
parente6792bccef1a18336e8f266a5264bd2222388e8c (diff)
downloadswift-cff092b6822385e93d8d42b579a67f10291f795f.tar.gz
docs: Update versions in Getting Started doc
Change-Id: Ibed9dc0afbdb922d06f7798bdac01db7c55b19f1
-rw-r--r--doc/source/getting_started.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst
index 284e338ac..cde52221f 100644
--- a/doc/source/getting_started.rst
+++ b/doc/source/getting_started.rst
@@ -6,12 +6,12 @@ Getting Started
System Requirements
-------------------
-Swift development currently targets Ubuntu Server 16.04, but should work on
+Swift development currently targets Ubuntu Server 22.04, but should work on
most Linux platforms.
Swift is written in Python and has these dependencies:
-* Python (2.7 or 3.6-3.9)
+* Python (2.7 or 3.6-3.10)
* rsync 3.x
* `liberasurecode <https://opendev.org/openstack/liberasurecode/>`__
* The Python packages listed in `the requirements file <https://github.com/openstack/swift/blob/master/requirements.txt>`__