fix: Remove python 3.9 from action (lief not supported yet)

pull/665/head
Raphaël Vinot 2020-11-24 12:35:39 +01:00
parent ca03733f20
commit d534c63c5b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8]
steps: