[Feature] Add support for python 3.13 and other migration related fixes (#1279)
This commit is contained in:
7
Makefile
7
Makefile
@@ -11,6 +11,7 @@ install:
|
||||
|
||||
install_all:
|
||||
poetry install --all-extras
|
||||
poetry run pip install pinecone-text pinecone-client
|
||||
|
||||
install_es:
|
||||
poetry install --extras elasticsearch
|
||||
@@ -37,6 +38,12 @@ clean:
|
||||
lint:
|
||||
poetry run ruff .
|
||||
|
||||
build:
|
||||
poetry build
|
||||
|
||||
publish:
|
||||
poetry publish
|
||||
|
||||
# for example: make test file=tests/test_factory.py
|
||||
test:
|
||||
poetry run pytest $(file)
|
||||
|
||||
Reference in New Issue
Block a user