Skip to content

Commit b300c9f

Browse files
authored
Merge pull request #157 from pycompression/py312
Update python versions
2 parents 953f5c7 + da81e5d commit b300c9f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs:
6161
- "3.9"
6262
- "3.10"
6363
- "3.11"
64-
- "pypy-3.8"
64+
- "3.12"
6565
- "pypy-3.9"
66+
- "pypy-3.10"
6667
os: ["ubuntu-latest"]
6768
include:
6869
- os: "macos-latest"

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Changelog
99
1010
version 1.4.0-dev
1111
-----------------
12+
+ Drop support for python 3.7 and PyPy 3.8 as these are no longer supported.
13+
Add testing and support for python 3.12 and PyPy 3.10.
1214
+ Added an experimental ``isal.igzip_threaded`` module which has an
1315
``open`` function.
1416
This can be used to read and write large files in a streaming fashion

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def build_isa_l():
162162
"Programming Language :: Python :: 3.9",
163163
"Programming Language :: Python :: 3.10",
164164
"Programming Language :: Python :: 3.11",
165+
"Programming Language :: Python :: 3.12",
165166
"Programming Language :: Python :: Implementation :: CPython",
166167
"Programming Language :: Python :: Implementation :: PyPy",
167168
"Programming Language :: C",

0 commit comments

Comments
 (0)