From b49b6670c9e35f4bc36351e70e4602de90931286 Mon Sep 17 00:00:00 2001 From: severinsimmler Date: Wed, 15 Jun 2022 16:46:48 +0200 Subject: [PATCH] chore: remove comment --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f9ca70..dd84352 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,13 +36,11 @@ test-command = "pytest {project}/tests" manylinux-x86_64-image = "manylinux2014" manylinux-i686-image = "manylinux2014" -# Before Python 3.10, manylinux2010 is the most compatible [[tool.cibuildwheel.overrides]] select = "cp3?-*" manylinux-x86_64-image = "manylinux2010" manylinux-i686-image = "manylinux2010" - [build-system] requires = ["poetry-core>=1.0.0", "setuptools"] build-backend = "poetry.core.masonry.api"