File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 61
61
- " 3.9"
62
62
- " 3.10"
63
63
- " 3.11"
64
- - " pypy-3.8 "
64
+ - " 3.12 "
65
65
- " pypy-3.9"
66
+ - " pypy-3.10"
66
67
os : ["ubuntu-latest"]
67
68
include :
68
69
- os : " macos-latest"
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Changelog
9
9
10
10
version 1.4.0-dev
11
11
-----------------
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.
12
14
+ Added an experimental ``isal.igzip_threaded `` module which has an
13
15
``open `` function.
14
16
This can be used to read and write large files in a streaming fashion
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ def build_isa_l():
162
162
"Programming Language :: Python :: 3.9" ,
163
163
"Programming Language :: Python :: 3.10" ,
164
164
"Programming Language :: Python :: 3.11" ,
165
+ "Programming Language :: Python :: 3.12" ,
165
166
"Programming Language :: Python :: Implementation :: CPython" ,
166
167
"Programming Language :: Python :: Implementation :: PyPy" ,
167
168
"Programming Language :: C" ,
You can’t perform that action at this time.
0 commit comments