Skip to content

Commit 1401f70

Browse files
committed
Drop python 3.6
1 parent 8fcc771 commit 1401f70

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ See donation options at <https://git-pull.com/support.html>.
130130

131131
# More information
132132

133-
- Python support: >= 3.6, pypy
133+
- Python support: >= 3.7, pypy
134134
- VCS supported: git(1), svn(1), hg(1)
135135
- Source: <https://github.com/vcs-python/vcspull>
136136
- Docs: <https://vcspull.git-pull.com>

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Changes = "https://github.com/vcs-python/vcspull/blob/master/CHANGES"
4141
vcspull = 'vcspull:cli.cli'
4242

4343
[tool.poetry.dependencies]
44-
python = "^3.6"
45-
click = ">=7<8"
44+
python = "^3.7"
45+
click = ">=7<8.1"
4646
kaptan = "*"
4747
libvcs = "~0.10.1"
4848
colorama = ">=0.3.9"
@@ -66,7 +66,7 @@ coverage = "*"
6666
pytest-cov = "*"
6767

6868
### Format ###
69-
black = {version="==21.12b0", python="^3.6.2"}
69+
black = {version="==21.12b0"}
7070
isort = "*"
7171

7272
### Lint ###

0 commit comments

Comments
 (0)