We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21db86a commit 206bc28Copy full SHA for 206bc28
2 files changed
.github/workflows/ci.yml
@@ -33,6 +33,7 @@ jobs:
33
- "3.11"
34
- "3.12"
35
- "3.13"
36
+ - "3.14"
37
steps:
38
- name: install libmagic
39
run: sudo apt install -y libmagic-dev
pyproject.toml
@@ -9,6 +9,7 @@ classifiers = [
9
"Programming Language :: Python :: 3.11",
10
"Programming Language :: Python :: 3.12",
11
"Programming Language :: Python :: 3.13",
12
+ "Programming Language :: Python :: 3.14",
13
"Topic :: Software Development :: Libraries",
14
"Topic :: Communications :: File Sharing",
15
"Typing :: Typed",
@@ -22,7 +23,7 @@ dependencies = [
22
23
"types-aioboto3[s3]",
24
"pydantic",
25
"pyvips",
- "pyvips-binary",
26
+ "pyvips-binary<=8.17.3",
27
"python-magic",
28
]
29
0 commit comments