Skip to content

Commit 57a2721

Browse files
committed
hotfix for python 3.14 being selected for ci
1 parent 23af5b9 commit 57a2721

2 files changed

Lines changed: 4 additions & 363 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "python4ds"
33
version = "1.0.4"
44
description = "The online book that teaches you how to use Python for data science."
55
readme = "README.md"
6-
requires-python = ">=3.12.0"
6+
requires-python = ">=3.12.0,<3.13"
77
dependencies = [
88
"beautifulsoup4>=4.12.3",
99
"graphviz>=0.20.3",

0 commit comments

Comments
 (0)