From 6e6615f4d22abcc0c59ba1f456779b7d227e8ac3 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 31 Oct 2020 13:22:10 -0700 Subject: [PATCH] use abi3 wheels on windows as well --- azure-pipelines.yml | 2 +- setup.py | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7b644ead..ab9493ff 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,7 +33,7 @@ jobs: - script: rm -rf libsass/test - template: job--python-tox.yml@asottile parameters: - toxenvs: [py36, py37, py38, py39] + toxenvs: [py36] os: windows architectures: [x64, x86] wheel_tags: true diff --git a/setup.py b/setup.py index 07098515..b1eb95a1 100644 --- a/setup.py +++ b/setup.py @@ -223,11 +223,7 @@ def run(self): cmdclass = {'upload_doc': upload_doc} -if ( - sys.platform != 'win32' and - sys.version_info >= (3,) and - platform.python_implementation() == 'CPython' -): +if sys.version_info >= (3,) and platform.python_implementation() == 'CPython': try: import wheel.bdist_wheel except ImportError: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy