We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984aeb5 commit 3117eeaCopy full SHA for 3117eea
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "faster-fifo"
7
-version = "1.5.0"
+version = "1.5.2"
8
description = "A faster alternative to Python's standard multiprocessing.Queue (IPC FIFO queue)"
9
readme = {file = "README.md", content-type = "text/markdown"}
10
requires-python = ">=3.9"
@@ -34,4 +34,4 @@ language_level = 3
34
[tool.cibuildwheel]
35
# Skip CPython 3.6, CPython 3.7, and CPython 3.8
36
# Also skip PyPy on all Python versions because of setuptools bug
37
-skip = ["cp36-*", "cp37-*", "cp38-*", "pp*"]
+skip = ["cp36-*", "cp37-*", "cp38-*", "pp*"]
0 commit comments