From 0c469d9d6290da5c0b9a2fb2182841c54690c0c7 Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Sun, 12 Mar 2023 23:58:23 +0530 Subject: [PATCH] Update codestyle to Python 3.11 --- .github/workflows/codestyle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 5ac6780..c2b5d18 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -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