diff --git a/pyproject.toml b/pyproject.toml index b955c64..b3e33e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'