From 479f63ff327ec0bc89c7bbeff7fb5c2f64e6a65c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 16:56:15 +0000 Subject: [PATCH] fix(deps): update python --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 995680e..1a93dcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.4.0 with: - python-version: "3.11" + python-version: "3.13" - name: Upgrade pip run: | pip install --constraint=.github/workflows/constraints.txt pip diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6812899..472244f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.4.0 with: - python-version: "3.8" + python-version: "3.13" - name: Upgrade pip run: | diff --git a/pyproject.toml b/pyproject.toml index 77e30b1..e0e700e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ Changelog = "https://github.com/probberechts/soccerdata/releases" [tool.poetry.dependencies] -python = ">=3.9,<3.13" +python = ">=3.13,<3.14" PySocks = "^1.7.1" Unidecode = "^1.2.0" cloudscraper = "^1.2.71"