Skip to content

Commit f8d507c

Browse files
authored
Merge pull request #78 from michalc/feat/bump-minimum-python-requirement
feat: bump minimum Python requirement to lowest version tested
2 parents 8b10193 + e3fd656 commit f8d507c

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)