mirror of https://github.com/MISP/PyMISP
fix: Rollback tests on python 3.12 as lief is not supported yet.
parent
dba0c88154
commit
b8af5a3964
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue