♻️ Added 3.x as python version

This commit is contained in:
Nikhil Badyal
2022-08-12 21:17:29 +05:30
parent 5becce2807
commit 20f69e007c
@@ -20,6 +20,8 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4.2.0 uses: actions/setup-python@v4.2.0
with:
python-version: '3.x'
- name: Install pre-commit - name: Install pre-commit
run: pip install pre-commit run: pip install pre-commit