fix!: drop python 3.7 support

This commit is contained in:
Ankush Menat
2022-01-10 13:51:06 +05:30
committed by Ankush Menat
parent e5b649b588
commit 2854f63caf
5 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Setup Node
uses: actions/setup-node@v2