We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da04a98 commit 62f58a3Copy full SHA for 62f58a3
pyproject.toml
@@ -12,7 +12,6 @@ classifiers = [
12
"Development Status :: 5 - Production/Stable",
13
"Programming Language :: Python",
14
"Programming Language :: Python :: 3",
15
- "Programming Language :: Python :: 3.10",
16
"Programming Language :: Python :: 3.11",
17
"Programming Language :: Python :: 3.12",
18
"Programming Language :: Python :: 3.13",
@@ -23,7 +22,7 @@ classifiers = [
23
22
"Operating System :: OS Independent",
24
]
25
readme = "README.md"
26
-requires-python = ">=3.10"
+requires-python = ">=3.11"
27
keywords = [
28
"probability",
29
"machine learning",
0 commit comments