We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc26f7c commit 85d411bCopy full SHA for 85d411b
2 files changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up Python
31
uses: actions/setup-python@v4
32
with:
33
- python-version: "3.12"
+ python-version: "3.13"
34
- name: Install poetry
35
uses: abatilo/actions-poetry@v2
36
- name: Setup a local virtual environment
@@ -69,9 +69,10 @@ jobs:
69
fail-fast: false
70
matrix:
71
python-version:
72
- - "3.9"
73
- "3.10"
74
- "3.11"
+ - "3.12"
75
+ - "3.13"
76
77
name: Test on Python version ${{ matrix.python-version }}
78
steps:
pyproject.toml
@@ -37,10 +37,6 @@ autoevals = "^0.0.130"
37
[tool.poetry.group.docs.dependencies]
38
pdoc = "^15.0.4"
39
40
-[tool.poetry.extras]
41
-openai = ["openai"]
42
-langchain = ["langchain"]
43
-
44
[build-system]
45
requires = ["poetry-core>=1.0.0"]
46
build-backend = "poetry.core.masonry.api"
0 commit comments