Skip to content

Commit ddc7c16

Browse files
committed
Omit pypy3.7
1 parent 2553824 commit ddc7c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "IsoSpecPy"
1010
dependencies = ["cffi"]
1111
description = "IsoSpecPy is a Python library for computing isotopic distributions of molecules."
1212
version = "2.3.0dev6"
13-
license-expression = "BSD-2-Clause"
13+
license = "BSD-2-Clause"
1414
license-files = ["LICENCE"]
1515
authors = [{name = "Michał Startek"}, {name = "Mateusz Łącki"}]
1616
readme = "README.md"
@@ -38,7 +38,7 @@ testpaths = ["tests/Python"]
3838

3939
[tool.cibuildwheel]
4040
enable = ["pypy"]
41-
skip = ["cp36-*", "cp37-*"]
41+
skip = ["cp36-*", "cp37-*", "pp37-*"]
4242
test-command = "python -m pytest {project}/tests/Python"
4343
#test-sources = ["tests/Python"]
4444
test-extras = ["testing"]

0 commit comments

Comments
 (0)