Skip to content

Commit ff932a3

Browse files
committed
update supported python versions
1 parent c3add9f commit ff932a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "unstructured_platform_plugins"
33
description = ""
4-
requires-python = ">=3.10, <3.13"
4+
requires-python = ">=3.10"
55
classifiers = [
66
"Development Status :: 4 - Beta",
77
"Intended Audience :: Developers",
@@ -10,10 +10,10 @@ classifiers = [
1010
"License :: OSI Approved :: Apache Software License",
1111
"Operating System :: OS Independent",
1212
"Programming Language :: Python :: 3",
13-
"Programming Language :: Python :: 3.9",
1413
"Programming Language :: Python :: 3.10",
1514
"Programming Language :: Python :: 3.11",
1615
"Programming Language :: Python :: 3.12",
16+
"Programming Language :: Python :: 3.13",
1717
"Topic :: Scientific/Engineering :: Artificial Intelligence",
1818
]
1919
readme = "README.md"

0 commit comments

Comments
 (0)