Skip to content

Commit d5b3e7d

Browse files
committed
update dependencies to pass python 3.13 tests
1 parent 06f2046 commit d5b3e7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.11", "3.12", "3.13", "3.14"]
14+
python-version: ["3.11", "3.12", "3.13"]
1515
resolution: ["highest", "lowest-direct"]
1616

1717
services:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"pydantic>=2.0.0",
2828
"dask>=2024.0.0",
2929
"toml>=0.10.0",
30-
"psycopg2-binary>=2.9.5",
30+
"psycopg2-binary>=2.9.11",
3131
]
3232

3333
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)