fix: Rollback tests on python 3.12 as lief is not supported yet.

pull/1132/head
Raphaël Vinot 2024-01-10 11:53:41 +01:00
parent dba0c88154
commit b8af5a3964
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.8, 3.9, '3.10', '3.11']
steps: