Skip to content

Commit

Permalink
Set minimum python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Sep 6, 2023
1 parent f9e33c7 commit 1205814
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tox-docker = "^4.1"
tox-gh-actions = "^3.0"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
boto3 = "^1.18"
botocore = "^1.21"
click = "^8.1.3"
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ allowlist_externals =

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
Expand Down

0 comments on commit 1205814

Please sign in to comment.