Update CI to 3.11

This commit is contained in:
Aravind Nair
2023-03-12 14:39:06 +05:30
committed by GitHub
parent c57946af26
commit 53d09b1519

View File

@@ -17,10 +17,10 @@ jobs:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Python 3.8 🐍 - name: Setup Python 3.11 🐍
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: 3.8 python-version: 3.11
cache: 'pip' cache: 'pip'
- name: Install Dependencies 📥 - name: Install Dependencies 📥