Skip to content

Commit

Permalink
Python 3.6 reached end-of-life in December 2021 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Sep 29, 2022
1 parent 3ee35ed commit 28f2323
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
matrix:
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
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 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.6.2"
python = "^3.7.0"
sqlparse = "^0.4.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 28f2323

Please sign in to comment.