Skip to content

Commit 3117eea

Browse files
Update pyproject.toml
1 parent 984aeb5 commit 3117eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "faster-fifo"
7-
version = "1.5.0"
7+
version = "1.5.2"
88
description = "A faster alternative to Python's standard multiprocessing.Queue (IPC FIFO queue)"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.9"
@@ -34,4 +34,4 @@ language_level = 3
3434
[tool.cibuildwheel]
3535
# Skip CPython 3.6, CPython 3.7, and CPython 3.8
3636
# Also skip PyPy on all Python versions because of setuptools bug
37-
skip = ["cp36-*", "cp37-*", "cp38-*", "pp*"]
37+
skip = ["cp36-*", "cp37-*", "cp38-*", "pp*"]

0 commit comments

Comments
 (0)