diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65fdb91..eadde54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,8 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 + with: + python-version-file: .python-version # Add a retry to avoid issues when this action is running # right after the package is published on PyPi diff --git a/.python-version b/.python-version index 902b2c9..3a4f41e 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11 \ No newline at end of file +3.13 \ No newline at end of file