Skip to content

Commit

Permalink
Build wheels fir python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Apr 21, 2022
1 parent dcc9a7b commit 6944213
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 @@ -6,7 +6,7 @@ requires = [
]

[tool.cibuildwheel]
build = ['cp36-*', 'cp37-*', 'cp38-*']
build = ['cp36-*', 'cp37-*', 'cp38-*', 'cp39-*']
skip = '*-win32'
test-requires = 'pytest'
test-command = 'pytest --pyargs stockwell'
Expand Down

0 comments on commit 6944213

Please sign in to comment.