Skip to content

Commit e4a4276

Browse files
authored
Merge pull request #117 from openzim/rlz34
Update to pylibzim 3.4.0
2 parents cb01a0f + aea479a commit e4a4276

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 3
1010
matrix:
11-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1212
steps:
1313
- name: install ffmpeg and gifsicle
1414
run: sudo apt update && sudo apt install ffmpeg gifsicle

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11+
1112
- Add utility function to compute/check ZIM descriptions #110
1213

14+
### Changed
15+
16+
- Using pylibzim `3.4.0`
17+
18+
### Removed
19+
20+
- Support for Python 3.7 (EOL)
21+
1322
## [3.1.1] - 2023-07-18
1423

1524
### Changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ colorthief==0.2.1
44
python-resize-image>=1.1.19,<1.2
55
Babel>=2.9,<3.0
66
file-magic>=0.4.0,<0.5
7-
libzim>=3.1.0,<3.2
7+
libzim>=3.4.0,<3.5
88
beautifulsoup4>=4.9.3,<4.10
99
lxml>=4.6.3,<4.10
1010
optimize-images>=1.3.6,<1.6

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37, py38, py39, py310, py311, black, isort, flake8, coverage
2+
envlist = py38, py39, py310, py311, black, isort, flake8, coverage
33

44
[testenv]
55
passenv =

0 commit comments

Comments
 (0)