Skip to content

Commit 206bc28

Browse files
authored
Test on Python 3.14 (#21)
1 parent 21db86a commit 206bc28

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- "3.11"
3434
- "3.12"
3535
- "3.13"
36+
- "3.14"
3637
steps:
3738
- name: install libmagic
3839
run: sudo apt install -y libmagic-dev

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ classifiers = [
99
"Programming Language :: Python :: 3.11",
1010
"Programming Language :: Python :: 3.12",
1111
"Programming Language :: Python :: 3.13",
12+
"Programming Language :: Python :: 3.14",
1213
"Topic :: Software Development :: Libraries",
1314
"Topic :: Communications :: File Sharing",
1415
"Typing :: Typed",
@@ -22,7 +23,7 @@ dependencies = [
2223
"types-aioboto3[s3]",
2324
"pydantic",
2425
"pyvips",
25-
"pyvips-binary",
26+
"pyvips-binary<=8.17.3",
2627
"python-magic",
2728
]
2829

0 commit comments

Comments
 (0)