Skip to content

Commit 18eadc7

Browse files
fix(deps): update python to >=3.13,<3.14
1 parent 29f376a commit 18eadc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
PySocks = "^1.7.1"
2424
Unidecode = "^1.2.0"
2525
cloudscraper = "^1.2.71"

0 commit comments

Comments
 (0)