Skip to content

Commit b5edca4

Browse files
committed
Widen range of cffi and joblib patches
1 parent cbdb7f5 commit b5edca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ patch = 'cffi-1.15.1.patch'
3434
license = 'MIT'
3535

3636
[[cffi.rules]]
37-
version = '== 1.16.0'
37+
version = '>= 1.16.0'
3838
patch = 'cffi-1.16.0.patch'
3939
license = 'MIT'
4040

@@ -186,7 +186,7 @@ patch = 'jiter.patch'
186186
license = 'MIT'
187187

188188
[[joblib.rules]]
189-
version = '==1.4.0'
189+
version = '==1.4.*'
190190
patch = 'joblib-1.4.0.patch'
191191
license = 'BSD-3-Clause'
192192

0 commit comments

Comments
 (0)