Skip to content

Commit ec120bc

Browse files
fix(deps): update python to v3.13.5
1 parent 519e231 commit ec120bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Set up Python
108108
uses: actions/setup-python@v5.6.0
109109
with:
110-
python-version: "3.11"
110+
python-version: "3.13"
111111
- name: Upgrade pip
112112
run: |
113113
pip install --constraint=.github/workflows/constraints.txt pip

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5.6.0
2121
with:
22-
python-version: "3.8"
22+
python-version: "3.13"
2323

2424
- name: Upgrade pip
2525
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
Changelog = "https://github.com/probberechts/soccerdata/releases"
2020

2121
[tool.poetry.dependencies]
22-
python = ">=3.9,<3.13"
22+
python = ">=3.13,<3.14"
2323
html5lib = "^1.1"
2424
pandas = "^2.0.0, !=2.1.0"
2525
lxml = "^4.9.3"

0 commit comments

Comments
 (0)