Skip to content

Commit

Permalink
Update Python to 3.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter authored Feb 12, 2025
1 parent cfec8b5 commit ed34828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.8.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '3.10.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

- name: "Install pip"
Expand Down

0 comments on commit ed34828

Please sign in to comment.