Skip to content

Commit

Permalink
Drop Python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Jan 29, 2022
1 parent 04d62da commit bfd60b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
max-parallel: 4
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
line-length = 100
include = "(handsdown|tests)/.*\\.pyi?$"
target-version = [
"py36",
"py37",
"py38",
"py39",
Expand Down Expand Up @@ -40,11 +39,11 @@ classifiers = [
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Typing :: Typed",
Expand All @@ -68,7 +67,7 @@ handsdown = 'handsdown.main:main'
"Bug Tracker" = "https://github.com/vemel/handsdown/issues"

[tool.poetry.dependencies]
python = "^3.6.9"
python = "^3.7"
pip = "*"
typed-ast = "*"
importlib-resources = "*"
Expand Down

0 comments on commit bfd60b2

Please sign in to comment.