From 1604973f451f7b4b9db51dc84f0041c54600aa7e Mon Sep 17 00:00:00 2001 From: juliannguyen4 <109386615+juliannguyen4@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:25:37 -0800 Subject: [PATCH] [CLIENT-2654] Remove Debian 10 support (#535) --- .github/workflows/build-wheels.yml | 1 - BUILD.md | 2 +- README.rst | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 79d17c137..7cdb533be 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -354,7 +354,6 @@ jobs: strategy: matrix: debian-name: [ - "buster", "bookworm" ] container: diff --git a/BUILD.md b/BUILD.md index a720dd2d1..ea75b7476 100644 --- a/BUILD.md +++ b/BUILD.md @@ -35,7 +35,7 @@ sudo yum install python-setuptools The following are dependencies for: -- Debian 10 or newer +- Debian 11 or newer - Ubuntu 20.04 or newer - Related distributions which use the `apt` package manager diff --git a/README.rst b/README.rst index 324fe8215..70b1f9d81 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ The Python client for Aerospike works with Python 3.8 - 3.11 and supports the fo * CentOS 7 Linux * RHEL 8 and 9 * Amazon Linux 2023 -* Debian 10, 11, and 12 +* Debian 11 and 12 * Ubuntu 20.04 and 22.04 The client is also verified to run on these operating systems, but we do not officially support them (i.e we don't distribute wheels or prioritize fixing bugs for these OSes):