mirror of https://github.com/MISP/PyMISP
fix: Remove CI for python 3.12, waiting for pydeep wheels
parent
8b091b1de6
commit
a1c6b0dcad
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
|
python-version: [3.8, 3.9, '3.10', '3.11']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue