# HG changeset patch
# User Paul Kehrer <paul.l.kehrer@gmail.com>
# Date 1586722020 18000
#      Sun Apr 12 15:07:00 2020 -0500
# Node ID 5353b576257d6fc48004aef7b199354ebf1b47d8
# Parent  5e3cc85687adc8f237c99f1438cb306a6c58836b
wat

diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -24,7 +24,7 @@
           python-version: ${{ matrix.PYTHON.VERSION }}
           architecture: ${{ matrix.WINDOWS.ARCH }}
       - run: pip install wheel cffi six
-      - run: pip wheel bcrypt --wheel-dir=wheelhouse --no-binary bcrypt
+      - run: pip wheel bcrypt --wheel-dir=wheelhouse --no-binary bcrypt --build-option --py-limited-api=cp35
       - run: pip install -f wheelhouse --no-index bcrypt
       - run: |
           python -c "import bcrypt; password = b'super secret password';hashed = bcrypt.hashpw(password, bcrypt.gensalt());bcrypt.checkpw(password, hashed)"