Skip to content

Commit

Permalink
Merge pull request #133 from pauldmccarthy/mnt/py37
Browse files Browse the repository at this point in the history
Mnt/py37
  • Loading branch information
pauldmccarthy authored Jul 25, 2023
2 parents 6e18af5 + 7884322 commit 54d07bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# `indexed_gzip` changelog


## 1.8.1 (July 25th 2023)


* Now building packages for python >=3.7, as recent versions of setuptools do
not support older Python versions (#133).


## 1.8.0 (July 24th 2023)


Expand Down
2 changes: 1 addition & 1 deletion indexed_gzip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"""


__version__ = '1.8.0'
__version__ = '1.8.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
description = "Fast random access of gzip files in Python"
readme = {file = "README.md", content-type="text/markdown"}
license = {text = "zlib"}
requires-python = ">=3"
requires-python = ">=3.7"
maintainers = [{name = "Paul McCarthy", email = "pauldmccarthy@gmail.com"}]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 54d07bc

Please sign in to comment.