From 32544491e6a73602a040dcd4e0d93b541c135f22 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman Date: Sat, 7 Oct 2023 15:50:08 +0200 Subject: [PATCH 1/2] Update python versions --- .github/workflows/ci.yml | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3c1fc5b..338a177c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,8 +61,9 @@ jobs: - "3.9" - "3.10" - "3.11" - - "pypy-3.8" + - "3.12" - "pypy-3.9" + - "pypy-3.10" os: ["ubuntu-latest"] include: - os: "macos-latest" diff --git a/setup.py b/setup.py index 9f22562e..e406929c 100644 --- a/setup.py +++ b/setup.py @@ -162,6 +162,7 @@ def build_isa_l(): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: C", From da81e5d2917acaf25da1e0afa397f80bc06d59b3 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman Date: Sat, 7 Oct 2023 15:56:21 +0200 Subject: [PATCH 2/2] Update changelog with newer supported python versions --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 794d4c58..30d4f9ec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,8 @@ Changelog version 1.4.0-dev ----------------- ++ Drop support for python 3.7 and PyPy 3.8 as these are no longer supported. + Add testing and support for python 3.12 and PyPy 3.10. + Added an experimental ``isal.igzip_threaded`` module which has an ``open`` function. This can be used to read and write large files in a streaming fashion