Skip to content

Commit 20e8ad8

Browse files
committed
make python dependencies accurate
tests fail on python 3.9
1 parent f829747 commit 20e8ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
26+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2727

2828
env:
2929
PGUSER: postgres

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
]
1414
dynamic = ['version']
1515

16-
requires-python = ">=3.7"
16+
requires-python = ">=3.10"
1717
classifiers = ["Programming Language :: Python :: 3"]
1818
keywords = []
1919

0 commit comments

Comments
 (0)