[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -165,11 +165,11 @@ class PyPyVersions:
|
|||||||
version = release["python_version"]
|
version = release["python_version"]
|
||||||
identifier = f"pp{version.major}{version.minor}-macosx_x86_64"
|
identifier = f"pp{version.major}{version.minor}-macosx_x86_64"
|
||||||
|
|
||||||
(url,) = [
|
(url,) = (
|
||||||
rf["download_url"]
|
rf["download_url"]
|
||||||
for rf in release["files"]
|
for rf in release["files"]
|
||||||
if "" in rf["platform"] == "darwin" and rf["arch"] == "x64"
|
if "" in rf["platform"] == "darwin" and rf["arch"] == "x64"
|
||||||
]
|
)
|
||||||
|
|
||||||
return ConfigMacOS(
|
return ConfigMacOS(
|
||||||
identifier=identifier,
|
identifier=identifier,
|
||||||
|
|||||||
+2
-2
@@ -150,10 +150,10 @@ def expected_wheels(
|
|||||||
|
|
||||||
platform_tags = [
|
platform_tags = [
|
||||||
".".join(
|
".".join(
|
||||||
[
|
|
||||||
f"{manylinux_version}_{architecture}"
|
f"{manylinux_version}_{architecture}"
|
||||||
for manylinux_version in manylinux_versions
|
for manylinux_version in manylinux_versions
|
||||||
]
|
|
||||||
)
|
)
|
||||||
for architecture in architectures
|
for architecture in architectures
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user