diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7ad1061..198b529 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,7 +37,7 @@ jobs: uses: actions/setup-python@v2.2.1 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"