Skip to content

Commit 1d94b8a

Browse files
author
Jonathan Kliem
committed
Revert "push version requirements"
This reverts commit dce4a11.
1 parent 4bbc098 commit 1d94b8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- name: Build wheels
21-
uses: pypa/cibuildwheel@v2.3.1
21+
uses: pypa/cibuildwheel@v2.1.3
2222
# to supply options, put them in 'env', like:
2323
# env:
2424
# CIBW_SOME_OPTION: value

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "Cython>=0.29.28"]
2+
requires = ["setuptools", "wheel", "Cython"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)