Skip to content

Commit

Permalink
Merge pull request #123 from pauldmccarthy/ci/pyver
Browse files Browse the repository at this point in the history
More issues with old tests on new python - revert from py310 to py38
  • Loading branch information
pauldmccarthy committed Mar 31, 2023
2 parents 386aefc + 922c069 commit 16229b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Expand Up @@ -285,7 +285,7 @@ jobs:
container: i386/ubuntu:18.04
strategy:
matrix:
python-version: ["2.7", "3.10"]
python-version: ["2.7", "3.8"]
extra-args: ["", "--concat"]

env:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
# `indexed_gzip` changelog


## 1.7.1 (March 30th 2023)
## 1.7.1 (March 31st 2023)


* Small change to the `IndexedGzipFile` class so that it accepts file-likes
Expand Down

0 comments on commit 16229b9

Please sign in to comment.