Skip to content

Commit 23b3607

Browse files
committed
support python 3.13
1 parent 96bf60d commit 23b3607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.0.19
22

3-
* **Add more granular error response texts and codes**
3+
* **Support Python 3.13**
44

55
## 0.0.18
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def load_requirements(file: Union[str, Path]) -> List[str]:
6666
"Programming Language :: Python :: 3.12",
6767
"Topic :: Scientific/Engineering :: Artificial Intelligence",
6868
],
69-
python_requires=">=3.10,<3.13",
69+
python_requires=">=3.10,<3.14",
7070
url="https://github.com/Unstructured-IO/unstructured-platform-plugins", # noqa: 501
7171
packages=find_packages(),
7272
license="Apache-2.0",

0 commit comments

Comments
 (0)