mirror of https://github.com/MISP/PyMISP
new: run tests on python 3.12 too.
parent
507b8195ae
commit
8b091b1de6
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, '3.10', '3.11']
|
||||
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in New Issue