Skip to content

Commit

Permalink
Merge pull request #157 from pycompression/py312
Browse files Browse the repository at this point in the history
Update python versions
  • Loading branch information
rhpvorderman authored Oct 7, 2023
2 parents 953f5c7 + da81e5d commit b300c9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b300c9f

Please sign in to comment.