Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Update pyproject.toml to build for cp3* instead of cp38*
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Jul 14, 2023
1 parent d5f757f commit 8423314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
build-frontend = "build"
build = "cp38*"
build = "cp3*"
skip = ["*-macosx_universal*", "*-win32", "*-manylinux_i686", "*-musllinux_*"]
archs = ["auto64"]
test-requires = ['.[test] pytest']
Expand Down

0 comments on commit 8423314

Please sign in to comment.