Skip to content

Commit 3f1a26d

Browse files
committed
removed support for py3.7
1 parent cb01a0f commit 3f1a26d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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", "3.12"]
1212
steps:
1313
- name: install ffmpeg and gifsicle
1414
run: sudo apt update && sudo apt install ffmpeg gifsicle

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ 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+
### Removed
15+
16+
- Support for Python 3.7 (EOL)
17+
1318
## [3.1.1] - 2023-07-18
1419

1520
### Changed

tox.ini

Lines changed: 1 addition & 1 deletion
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, py312, black, isort, flake8, coverage
33

44
[testenv]
55
passenv =

0 commit comments

Comments
 (0)