mirror of https://github.com/MISP/misp-modules
chg: [workflow] Python 3.8 is now officially EoL
parent
74eee490a6
commit
58cce0b81a
|
@ -37,7 +37,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12"]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in New Issue