Skip to content

Commit 85d411b

Browse files
committed
push
1 parent bc26f7c commit 85d411b

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: "3.12"
33+
python-version: "3.13"
3434
- name: Install poetry
3535
uses: abatilo/actions-poetry@v2
3636
- name: Setup a local virtual environment
@@ -69,9 +69,10 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
python-version:
72-
- "3.9"
7372
- "3.10"
7473
- "3.11"
74+
- "3.12"
75+
- "3.13"
7576

7677
name: Test on Python version ${{ matrix.python-version }}
7778
steps:

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ autoevals = "^0.0.130"
3737
[tool.poetry.group.docs.dependencies]
3838
pdoc = "^15.0.4"
3939

40-
[tool.poetry.extras]
41-
openai = ["openai"]
42-
langchain = ["langchain"]
43-
4440
[build-system]
4541
requires = ["poetry-core>=1.0.0"]
4642
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)