From a9ec4a2bfc0385f7ea982bc60b557d75cec5ff5b Mon Sep 17 00:00:00 2001 From: Dax Pryce Date: Thu, 25 Jan 2024 09:32:49 -0800 Subject: [PATCH] Update README.md We're technically supporting the entire python3 abi, not just specific versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0049a24..5c77f9b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ and a package using [pyo3](https://github.com/pyo3/pyo3) will expose the functio - 64 bit operating system ## Published Versions -We currently build for x86_64 platforms only, Windows, macOS, and Ubuntu, for python versions 3.6 - 3.11. +We currently build for x86_64 platforms only, Windows, macOS, and Ubuntu, for python versions 3.6 - 3.12. ## Building If for any reason, the published wheels do not match your architecture or if you have a particularly old version of glibc that isn't sufficiently accounted for in our current build matrix, or you just want to build it yourself, the following build instructions should help.