Skip to content

Commit aea479a

Browse files
committed
using pylibzim 3.4.0
1 parent 3f1a26d commit aea479a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-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.8", "3.9", "3.10", "3.11", "3.12"]
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

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

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

14+
### Changed
15+
16+
- Using pylibzim `3.4.0`
17+
1418
### Removed
1519

1620
- Support for Python 3.7 (EOL)

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 = py38, py39, py310, py311, py312, black, isort, flake8, coverage
2+
envlist = py38, py39, py310, py311, black, isort, flake8, coverage
33

44
[testenv]
55
passenv =

0 commit comments

Comments
 (0)