Skip to content

Commit 4054a11

Browse files
committed
update CI to use uv
1 parent 0a09081 commit 4054a11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Install dependencies
3232
run: make install-dependencies
3333

34-
- name: Run check-python
35-
run: make check-python
34+
- name: Run check-ruff
35+
run: make check-ruff
3636

3737
shfmt:
3838
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
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"
4+
requires-python = ">=3.10, <3.13"
55
classifiers = [
66
"Development Status :: 4 - Beta",
77
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)