Skip to content

Commit e3fd656

Browse files
committed
feat: bump minimum Python requirement to lowest version tested
1 parent 8b10193 commit e3fd656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "Python context manager to query a SQLite file stored on S3"
1212
readme = "README.md"
13-
requires-python = ">=3.6.0"
13+
requires-python = ">=3.6.7"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)