From 65feb60bb82cceba25e01b42de0d20e8a18fc876 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 9 Nov 2020 13:06:37 -0700 Subject: [PATCH] ci: disable py3.9 testing --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 986c41e0..d6ba5ff6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,7 +51,8 @@ jobs: - python: 3.6 - python: 3.7 - python: 3.8 - - python: '3.9.0-rc.1' # Python latest + #- python: '3.9.0-rc.1' # Python latest + # disabled due to LIEF, see #362 steps: - name: Checkout capa with submodules uses: actions/checkout@v2