Skip to content

Commit dbba9e7

Browse files
committed
Pi-Heif: drop support for Python 3.6
1 parent 4ac0f6e commit dbba9e7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pi-heif/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ if pi_heif.is_supported("input.heic"):
6565

6666
| **_Wheels table_** | macOS<br/>Intel | macOS<br/>Silicon | Windows<br/>64bit | musllinux* | manylinux* |
6767
|--------------------|:---------------:|:-----------------:|:-----------------:|:----------:|:----------:|
68-
| CPython 3.6 | N/A | N/A | N/A |||
6968
| CPython 3.7 || N/A ||||
7069
| CPython 3.8 ||||||
7170
| CPython 3.9 ||||||

pi-heif/setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pi_heif
3-
description = Python 3.6+ interface to libheif library
3+
description = Python interface for libheif library
44
long_description = file: README.md
55
long_description_content_type = text/markdown
66
url = https://github.com/bigcat88/pillow_heif
@@ -15,7 +15,6 @@ classifiers =
1515
Topic :: Multimedia :: Graphics
1616
Topic :: Multimedia :: Graphics :: Graphics Conversion
1717
Programming Language :: Python :: 3
18-
Programming Language :: Python :: 3.6
1918
Programming Language :: Python :: 3.7
2019
Programming Language :: Python :: 3.8
2120
Programming Language :: Python :: 3.9
@@ -34,7 +33,7 @@ project_urls =
3433
Changelog=https://github.com/bigcat88/pillow_heif/blob/master/CHANGELOG.md
3534

3635
[options]
37-
python_requires = >=3.6
36+
python_requires = >=3.7
3837
zip_safe = False
3938
packages = find:
4039
install_requires =

0 commit comments

Comments
 (0)