Skip to content
Snippets Groups Projects
Unverified Commit 045fc847 authored by Ravi Tripathi's avatar Ravi Tripathi Committed by GitHub
Browse files

Updating python version to 3.11

Support for 3.6 has been dropped from this conversation: https://github.com/actions/setup-python/issues/544
parent 1a580adc
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ jobs: ...@@ -14,7 +14,7 @@ jobs:
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
# Semantic version range syntax or exact version of a Python version # 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 # Optional - x64 or x86 architecture, defaults to x64
architecture: 'x64' architecture: 'x64'
- name: find trailing whitespace - name: find trailing whitespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment