From 78dfb0619b377d6d0409c02f94c60ad56493e604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Fri, 5 Jul 2024 11:52:13 +0200 Subject: [PATCH] chore : added windows distros in comment pyproject.toml --- pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac0afbb47..e662bae56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,9 +57,11 @@ test-requires = "pytest" test-command = "pytest --ignore={package}/aidge_core/unit_tests/test_export.py {package}/aidge_core/unit_tests" # uncomment to run cibuildwheel locally on selected distros # build=[ -# "cp38-manylinux_x86_64", -# "cp39-manylinux_x86_64", -# "cp310-manylinux_x86_64" +# "cp38-manylinux_x86_64", +# "cp39-manylinux_x86_64", +# "cp38-win_amd64", +# "cp39-win_amd64", +# "cp310-win_amd64", # ] ### AIDGE DEPENDENCIES DECLARATION -- GitLab