Skip to content

Commit a5f970a

Browse files
committed
ci: Bump minmimum version 3.6 -> 3.7, remove 3.6 classifiers
1 parent f171acc commit a5f970a

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ See donation options at <https://git-pull.com/support.html>.
174174
# Project details
175175

176176
- tmux support: 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
177-
- python support: >= 3.6, pypy, pypy3
177+
- python support: >= 3.7, pypy, pypy3
178178
- Source: <https://github.com/tmux-python/libtmux>
179179
- Docs: <https://libtmux.git-pull.com>
180180
- API: <https://libtmux.git-pull.com/api.html>

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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifiers = [
1515
"Environment :: Web Environment",
1616
"Intended Audience :: Developers",
1717
"Programming Language :: Python",
18-
"Programming Language :: Python :: 3.6",
1918
"Programming Language :: Python :: 3.7",
2019
"Programming Language :: Python :: 3.8",
2120
"Programming Language :: Python :: 3.9",
@@ -34,7 +33,7 @@ Documentation = "https://libtmux.git-pull.com"
3433
Repository = "https://github.com/tmux-python/libtmux"
3534

3635
[tool.poetry.dependencies]
37-
python = "^3.6"
36+
python = "^3.7"
3837

3938
[tool.poetry.dev-dependencies]
4039
### Docs ###
@@ -55,7 +54,7 @@ coverage = "*"
5554
pytest-cov = "*"
5655

5756
### Format ###
58-
black = {version="==21.9b0", python="^3.6.2"}
57+
black = {version="==21.9b0"}
5958
isort = "*"
6059

6160
### Lint ###

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"Environment :: Web Environment",
5555
"Intended Audience :: Developers",
5656
"Programming Language :: Python",
57-
"Programming Language :: Python :: 3.6",
5857
"Programming Language :: Python :: 3.7",
5958
"Programming Language :: Python :: 3.8",
6059
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)