Skip to content

Commit d58d43c

Browse files
maresbandreacate
authored andcommitted
Drop Python 3.10 support (pymc-devs#497)
* Drop Python 3.10 support * Test on 3.11 and run `pip check` * Update pypi workflow to bump Python 3.10 -> 3.11 * Use Python 3.11 with readthedocs
1 parent b2fecad commit d58d43c

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)