Merge pull request #363 from fireeye/williballenthin-patch-1

ci: disable py3.9 testing
This commit is contained in:
Moritz
2020-11-09 21:14:36 +01:00
committed by GitHub

View File

@@ -52,7 +52,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