From 045fc84722465d58927d123bc0f1c126953aa0d5 Mon Sep 17 00:00:00 2001
From: rtripath89 <ravi89@uab.edu>
Date: Thu, 23 Mar 2023 14:02:00 -0500
Subject: [PATCH] Updating python version to 3.11

Support for 3.6 has been dropped from this conversation: https://github.com/actions/setup-python/issues/544
---
 .github/workflows/linting.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml
index 4e9c69a..7e0b959 100644
--- a/.github/workflows/linting.yaml
+++ b/.github/workflows/linting.yaml
@@ -14,7 +14,7 @@ jobs:
         uses: actions/setup-python@v2
         with:
           # Semantic version range syntax or exact version of a Python version
-          python-version: '3.6'
+          python-version: '3.11'
           # Optional - x64 or x86 architecture, defaults to x64
           architecture: 'x64'
       - name: find trailing whitespace
-- 
GitLab