]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: bump up required Python3 to 3.9
authorKefu Chai <tchaikov@gmail.com>
Sat, 22 Jun 2024 01:10:10 +0000 (09:10 +0800)
committerKefu Chai <k.chai@proxmox.com>
Wed, 4 Feb 2026 13:51:20 +0000 (21:51 +0800)
commit17848421763aaf2cb3d1e57cd492b7822bbfbc7c
treebc30a3cf0cd731de0311c261b7a20735c823da46
parentfd3eaeb2b3aa46dd83204f564a663ed6b3bb4721
cmake: bump up required Python3 to 3.9

since we've dropped the support of CentOS 8 in favor of CentOS 9, and
the minmum Python3 version used by the suppored distros are 3.9. let's
bump up the Python3 version to 3.9. as we are going to remove the code
for older versions like Python 3.6 and 3.8 backward compatibility.

Refs https://tracker.ceph.com/issues/66399
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 51f71fc17add4a5ed7bc10d35e01fdb90ef11aa0)
CMakeLists.txt