We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23af5b9 commit 57a2721Copy full SHA for 57a2721
2 files changed
pyproject.toml
@@ -3,7 +3,7 @@ name = "python4ds"
3
version = "1.0.4"
4
description = "The online book that teaches you how to use Python for data science."
5
readme = "README.md"
6
-requires-python = ">=3.12.0"
+requires-python = ">=3.12.0,<3.13"
7
dependencies = [
8
"beautifulsoup4>=4.12.3",
9
"graphviz>=0.20.3",
0 commit comments