We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca156dc + 8f1d6ce commit 6d18aeeCopy full SHA for 6d18aee
2 files changed
.github/workflows/python-app.yml
@@ -19,10 +19,10 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v3
22
- - name: Set up Python 3.10
+ - name: Set up Python 3.12
23
uses: actions/setup-python@v3
24
with:
25
- python-version: "3.10"
+ python-version: "3.12"
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
README.md
@@ -10,7 +10,7 @@ AttackMate is a tool to automate cyber attack scenarios that supports scripting
10
11
## Requirements
12
13
-* python >= 3.10
+* python >= 3.12
14
* libmagic
15
16
## Installation
0 commit comments