From e9175e62d4c404cba9a420ff483cd3b440cafada Mon Sep 17 00:00:00 2001 From: Alexander Rashed Date: Wed, 24 Sep 2025 12:31:05 +0200 Subject: [PATCH] upgrade to Python 3.13 --- .github/workflows/build.yml | 2 ++ .python-version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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