File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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 | ✅ | ✅ | ✅ | ✅ | ✅ |
Original file line number Diff line number Diff line change 11[metadata]
22name = pi_heif
3- description = Python 3.6+ interface to libheif library
3+ description = Python interface for libheif library
44long_description = file: README.md
55long_description_content_type = text/markdown
66url = 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
3837zip_safe = False
3938packages = find:
4039install_requires =
You can’t perform that action at this time.
0 commit comments