Skip to content

Commit 62f58a3

Browse files
authored
Drop Python 3.10 support
1 parent da04a98 commit 62f58a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ classifiers = [
1212
"Development Status :: 5 - Production/Stable",
1313
"Programming Language :: Python",
1414
"Programming Language :: Python :: 3",
15-
"Programming Language :: Python :: 3.10",
1615
"Programming Language :: Python :: 3.11",
1716
"Programming Language :: Python :: 3.12",
1817
"Programming Language :: Python :: 3.13",
@@ -23,7 +22,7 @@ classifiers = [
2322
"Operating System :: OS Independent",
2423
]
2524
readme = "README.md"
26-
requires-python = ">=3.10"
25+
requires-python = ">=3.11"
2726
keywords = [
2827
"probability",
2928
"machine learning",

0 commit comments

Comments
 (0)