Core: Revert volatility 3.7 bump and associated features

This commit is contained in:
Mike Auty
2022-09-21 21:15:40 +01:00
parent d7301d653f
commit 7529c7b246
5 changed files with 6 additions and 29 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.6'
- name: Install dependencies
run: |