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 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments