Update codestyle to Python 3.11

This commit is contained in:
Aravind Nair
2023-03-12 23:58:23 +05:30
committed by GitHub
parent 1abfe8b6ce
commit 0c469d9d62

View File

@@ -12,10 +12,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Python 3.8 🐍
- name: Setup Python 3.11 🐍
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11
- name: Install Dependencies 📥
run: pip install -r requirements.txt