Skip to content

Commit 2c481aa

Browse files
fix(deps): update python to v3.13.2
1 parent 017f900 commit 2c481aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v4
1919
with:
20-
python-version: "3.9"
20+
python-version: "3.13"
2121
- uses: pre-commit/action@v3.0.1
2222

2323
# Make sure commit messages follow the conventional commits convention:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages = [
2323
"Changelog" = "https://github.com/34j/sklearn-utilities/blob/main/CHANGELOG.md"
2424

2525
[tool.poetry.dependencies]
26-
python = "^3.9,<3.13"
26+
python = "<3.14"
2727
scikit-learn = "^1.3.1"
2828
lightgbm = "^4.1.0"
2929
pandas = "^2.1.1"

0 commit comments

Comments
 (0)