Skip to content

Commit

Permalink
Build Python 3.10 wheels, deprecate Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseFarebro committed Oct 7, 2021
1 parent b115163 commit a7a216c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ build-backend = "setuptools.build_meta"


[tool.cibuildwheel]
skip = "*-win32 *-manylinux_i686 pp* cp310-*"
skip = "*-win32 *-manylinux_i686 pp* cp36-*"

build-frontend = "build"

test-skip = "cp310-macosx*"
test-extras = ["test"]
test-command = "pytest {project}"

manylinux-x86_64-image = "ghcr.io/jessefarebro/manylinux2014-vcpkg"
manylinux-x86_64-image = "ghcr.io/jessefarebro/manylinux2014-vcpkg"

0 comments on commit a7a216c

Please sign in to comment.