From 8f1d6ce7297328d1655b7b2f6b3fefb8f968b196 Mon Sep 17 00:00:00 2001 From: thorinaboenke Date: Wed, 4 Mar 2026 11:58:33 +0100 Subject: [PATCH] up python version in github workflow and readme --- .github/workflows/python-app.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3c427021..18f870da 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Python 3.10 + - name: Set up Python 3.12 uses: actions/setup-python@v3 with: - python-version: "3.10" + python-version: "3.12" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/README.md b/README.md index 3db73c5a..342c6474 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ AttackMate is a tool to automate cyber attack scenarios that supports scripting ## Requirements -* python >= 3.10 +* python >= 3.12 * libmagic ## Installation