Skip to content

Commit

Permalink
enable 3.13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Nov 27, 2024
1 parent 02953ab commit 9f42be6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/scripts/check_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,9 @@
"huggingface",
]

# Cap python version at 3.12 for some packages with dependencies that are not yet
# compatible with python 3.13 (mostly hf tokenizers).
PY_312_MAX_PACKAGES = [
f"libs/partners/{integration}"
for integration in [
"huggingface",
"nomic",
"qdrant",
]
# requires pytorch support for 3.13, see https://github.com/pytorch/pytorch/issues/130249
"libs/partners/huggingface",
]


Expand Down

0 comments on commit 9f42be6

Please sign in to comment.