Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
Specify 3.11 rather than use always latest version.
  • Loading branch information
paullinnerud authored Nov 9, 2023
1 parent 6d7108d commit 38d51f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/[email protected]
with:
# Version range or exact version of a Python version to use, using SemVer's version range syntax.
python-version: "3.x"
python-version: "3.11"
# The target architecture (x86, x64) of the Python interpreter.
architecture: "x64"

Expand Down

0 comments on commit 38d51f9

Please sign in to comment.