Skip to content

Commit ee6fc3f

Browse files
authored
nomic[patch]: run python 3.13 in CI (#28393)
1 parent 8358666 commit ee6fc3f

File tree

2 files changed

+256
-247
lines changed

2 files changed

+256
-247
lines changed

.github/scripts/check_diff.py

+2-8
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,9 @@
3232
"huggingface",
3333
]
3434

35-
# Cap python version at 3.12 for some packages with dependencies that are not yet
36-
# compatible with python 3.13 (mostly hf tokenizers).
3735
PY_312_MAX_PACKAGES = [
38-
f"libs/partners/{integration}"
39-
for integration in [
40-
"huggingface",
41-
"nomic",
42-
"qdrant",
43-
]
36+
"libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
37+
"libs/partners/qdrant",
4438
]
4539

4640

0 commit comments

Comments
 (0)