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 0a09081 commit 4054a11Copy full SHA for 4054a11
.github/workflows/ci.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Install dependencies
32
run: make install-dependencies
33
34
- - name: Run check-python
35
- run: make check-python
+ - name: Run check-ruff
+ run: make check-ruff
36
37
shfmt:
38
runs-on: ubuntu-latest
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "unstructured_platform_plugins"
3
description = ""
4
-requires-python = ">=3.10"
+requires-python = ">=3.10, <3.13"
5
classifiers = [
6
"Development Status :: 4 - Beta",
7
"Intended Audience :: Developers",
0 commit comments