Skip to content

Commit d8d9357

Browse files
authored
Dropped support of Python 3.6 (#189)
1 parent 373de51 commit d8d9357

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
- "0.7.0"
1212
- "0.8.0"
1313
python-version:
14-
- "3.6"
1514
- "3.7"
1615
experimental:
1716
- false

poetry.lock

Lines changed: 3 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.black]
22
line-length = 99
3-
target-version = ["py36", "py37", "py38", "py39", "py310"]
3+
target-version = ["py37", "py38", "py39", "py310"]
44
exclude = '''
55
/(
66
\.git|node_modules|\.venv
@@ -19,7 +19,7 @@ packages = [{ include = "json_codegen" }]
1919
include = ["bin/ast_to_js"]
2020

2121
[tool.poetry.dependencies]
22-
python = ">=3.6.2,<3.8"
22+
python = ">=3.7,<3.8"
2323
astor = ">=0.7.1"
2424

2525
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)