Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .github/workflows/stage-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,6 @@ jobs:
["ubuntu:22.04", 2, "linux/arm64", "3.10"],
["ubuntu:24.04", 2, "linux/amd64", "3.12"],
["ubuntu:24.04", 2, "linux/arm64", "3.12"],
# Bullseye is Debian 11
["python:3.9-bullseye", 2, "linux/amd64", "3.9"],
["python:3.9-bullseye", 2, "linux/arm64", "3.9"],
["python:3.10-bullseye", 2, "linux/amd64", "3.10"],
["python:3.10-bullseye", 2, "linux/arm64", "3.10"],
["python:3.11-bullseye", 2, "linux/amd64", "3.11"],
["python:3.11-bullseye", 2, "linux/arm64", "3.11"],
["python:3.12-bullseye", 2, "linux/amd64", "3.12"],
["python:3.12-bullseye", 2, "linux/arm64", "3.12"],
["python:3.13-bullseye", 2, "linux/amd64", "3.13"],
["python:3.13-bullseye", 2, "linux/arm64", "3.13"],
["python:3.14-rc-bullseye", 2, "linux/amd64", "3.14"],
["python:3.14-rc-bullseye", 2, "linux/arm64", "3.14"],
# Bookworm is Debian 12
["python:3.9-bookworm", 2, "linux/amd64", "3.9"],
["python:3.9-bookworm", 2, "linux/arm64", "3.9"],
Expand All @@ -85,8 +72,6 @@ jobs:
["python:3.14-rc-bookworm", 2, "linux/amd64", "3.14"],
["python:3.14-rc-bookworm", 2, "linux/arm64", "3.14"],
# QE currently covers Debian 13 on all client-supported Python versions
["redhat/ubi8", 2, "linux/amd64", "3.11"],
["redhat/ubi8", 2, "linux/arm64", "3.11"],
["redhat/ubi9", 2, "linux/amd64", "3.9"],
["redhat/ubi9", 2, "linux/arm64", "3.9"],
["amazonlinux:2023", 1, "linux/amd64", "3.9"],
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ repos:
rev: v1.1.1
hooks:
- id: doc8
args: ["doc/"]
args: ["doc/", "--extension", ".rst"]
pass_filenames: false
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ sudo yum install python-setuptools

The following are dependencies for:

- Debian 11 or newer
- Ubuntu 20.04 or newer
- Debian 12 or newer
- Ubuntu 22.04 or newer
- Related distributions which use the `apt` package manager

```sh
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Compatibility
The Python client for Aerospike works with Python 3.9 - 3.14 and supports the following OS'es:

* macOS 13 - 15
* RHEL 8 and 9
* RHEL 9 and 10
* Amazon Linux 2023
* Debian 11, 12, and 13
* Ubuntu 20.04, 22.04, and 24.04
* Debian 12 and 13
* Ubuntu 22.04 and 24.04
* Windows (x64)

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
Loading