Skip to content

Commit

Permalink
make python dependencies accurate
Browse files Browse the repository at this point in the history
tests fail on python 3.9
  • Loading branch information
pattonw committed Oct 11, 2024
1 parent f829747 commit 20e8ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

env:
PGUSER: postgres
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
]
dynamic = ['version']

requires-python = ">=3.7"
requires-python = ">=3.10"
classifiers = ["Programming Language :: Python :: 3"]
keywords = []

Expand Down

0 comments on commit 20e8ad8

Please sign in to comment.