Skip to content

Commit 7cce665

Browse files
relax python version (#163)
1 parent cef9db3 commit 7cce665

3 files changed

Lines changed: 115 additions & 5 deletions

File tree

pydbtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
)
3232
from .utils import s3_path_join # noqa: F401
3333

34-
__version__ = "5.9.0"
34+
__version__ = "5.9.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pydbtools"
3-
version = "5.9.0"
3+
version = "5.9.1"
44
description = "A python package to query data via amazon athena and bring it into a pandas df using aws-wrangler."
55
readme = "README.md"
66
license = {text = "MIT"}
@@ -9,7 +9,7 @@ authors = [
99
{name = "Karik Isichei", email = "karik.isichei@digital.justice.gov.uk"},
1010
]
1111

12-
requires-python = "<4.0,>=3.13"
12+
requires-python = "<4.0,>=3.12"
1313
dependencies = [
1414
"boto3>=1.7.4",
1515
"sqlparse>=0.6.0",

0 commit comments

Comments
 (0)