Skip to content

Commit

Permalink
Merge pull request #117 from openzim/rlz34
Browse files Browse the repository at this point in the history
Update to pylibzim 3.4.0
  • Loading branch information
rgaudin authored Dec 16, 2023
2 parents cb01a0f + aea479a commit e4a4276
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: install ffmpeg and gifsicle
run: sudo apt update && sudo apt install ffmpeg gifsicle
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added

- Add utility function to compute/check ZIM descriptions #110

### Changed

- Using pylibzim `3.4.0`

### Removed

- Support for Python 3.7 (EOL)

## [3.1.1] - 2023-07-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ colorthief==0.2.1
python-resize-image>=1.1.19,<1.2
Babel>=2.9,<3.0
file-magic>=0.4.0,<0.5
libzim>=3.1.0,<3.2
libzim>=3.4.0,<3.5
beautifulsoup4>=4.9.3,<4.10
lxml>=4.6.3,<4.10
optimize-images>=1.3.6,<1.6
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, py310, py311, black, isort, flake8, coverage
envlist = py38, py39, py310, py311, black, isort, flake8, coverage

[testenv]
passenv =
Expand Down

0 comments on commit e4a4276

Please sign in to comment.