Skip to content

Commit

Permalink
[CLIENT-2654] Remove Debian 10 support (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 authored Nov 7, 2023
1 parent 3283cab commit 1604973
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ jobs:
strategy:
matrix:
debian-name: [
"buster",
"bookworm"
]
container:
Expand Down
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1604973

Please sign in to comment.