File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ classifiers = [
1919Changelog = " https://github.com/probberechts/soccerdata/releases"
2020
2121[tool .poetry .dependencies ]
22- python = " >=3.9 ,<3.13 "
22+ python = " >=3.13 ,<3.14 "
2323html5lib = " ^1.1"
2424pandas = " ^2.0.0, !=2.1.0"
2525lxml = " ^4.9.3"
You can’t perform that action at this time.
0 commit comments