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