Skip to content

Commit 6d18aee

Browse files
authored
Merge pull request #208 from thorinaboenke/workflow_python_version
up python version in github workflow and readme
2 parents ca156dc + 8f1d6ce commit 6d18aee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v3
22-
- name: Set up Python 3.10
22+
- name: Set up Python 3.12
2323
uses: actions/setup-python@v3
2424
with:
25-
python-version: "3.10"
25+
python-version: "3.12"
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AttackMate is a tool to automate cyber attack scenarios that supports scripting
1010

1111
## Requirements
1212

13-
* python >= 3.10
13+
* python >= 3.12
1414
* libmagic
1515

1616
## Installation

0 commit comments

Comments
 (0)