We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090b313 commit 7afc091Copy full SHA for 7afc091
.github/workflows/python-package.yml
@@ -76,7 +76,7 @@ jobs:
76
platforms: arm64
77
78
- name: Build wheels
79
- uses: pypa/cibuildwheel@v2.18.1
+ uses: pypa/cibuildwheel@v2.21.3
80
env:
81
MACOSX_DEPLOYMENT_TARGET: "12"
82
CIBW_ARCHS_LINUX: 'x86_64 aarch64'
pyproject.toml
@@ -22,16 +22,12 @@ classifiers = [
22
"Operating System :: OS Independent",
23
"Programming Language :: Python :: 3 :: Only",
24
"Programming Language :: Python :: 3",
25
- "Programming Language :: Python :: 3.7",
26
- "Programming Language :: Python :: 3.8",
27
- "Programming Language :: Python :: 3.9",
28
- "Programming Language :: Python :: 3.10",
29
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
30
"Programming Language :: Python :: Implementation :: CPython",
31
"Programming Language :: C++",
32
]
33
34
-requires-python = ">=3.7"
+requires-python = ">=3.9"
35
dependencies = ["Pillow", "click"]
36
dynamic = ["version"]
37
@@ -81,5 +77,5 @@ manylinux-aarch64-image = "manylinux2014"
[tool.black]
83
line-length = 120 # 80-column is stupid
84
-target-version = ['py37', 'py38', 'py39', 'py310', 'py310']
+target-version = ['py39', 'py310', 'py310']
85
skip-string-normalization = true
0 commit comments