mirror of https://github.com/MISP/misp-modules
sunset python 3.7 in order to allow dependency resolution
parent
2cecfbeb98
commit
5c5371ba3f
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
|
||||
steps:
|
||||
- name: Install packages
|
||||
|
|
Loading…
Reference in New Issue