Skip to content

Commit c37a7fa

Browse files
committed
Bump minimum version 3.5 -> 3.6
1 parent 9ab8d2e commit c37a7fa

File tree

10 files changed

+9
-11
lines changed

10 files changed

+9
-11
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ See donation options at https://git-pull.com/support.html.
252252
Project details
253253
---------------
254254
- tmux support: 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
255-
- python support: >= 3.3, pypy, pypy3
255+
- python support: >= 3.6, pypy, pypy3
256256
- Source: https://github.com/tmux-python/tmuxp
257257
- Docs: https://tmuxp.git-pull.com
258258
- API: https://tmuxp.git-pull.com/api.html

docs/plugin_system.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ directory. The resulting file looks something like this:
6767
authors = ["Author Name <author.name@<domain>.com>"]
6868
6969
[tool.poetry.dependencies]
70-
python = "^3.5"
70+
python = "^3.6"
7171
tmuxp = "^1.6.0"
7272
7373
[tool.poetry.dev-dependencies]

pyproject.toml

Lines changed: 1 addition & 2 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.5",
1918
"Programming Language :: Python :: 3.6",
2019
"Programming Language :: Python :: 3.7",
2120
"Programming Language :: Python :: 3.8",
@@ -36,7 +35,7 @@ Repository = "https://github.com/tmux-python/tmuxp"
3635
tmuxp = 'tmuxp:cli.cli'
3736

3837
[tool.poetry.dependencies]
39-
python = "^3.5"
38+
python = "^3.6"
4039
click = "^7"
4140
kaptan = ">=0.5.10"
4241
libtmux = "<0.10"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"Environment :: Web Environment",
5252
"Intended Audience :: Developers",
5353
"Programming Language :: Python",
54-
"Programming Language :: Python :: 3.5",
5554
"Programming Language :: Python :: 3.6",
5655
"Programming Language :: Python :: 3.7",
5756
"Programming Language :: Python :: 3.8",

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_awf/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A tmuxp plugin to test after_window_finished part of the tmuxp pl
55
authors = ["Joseph Flinn <joseph.s.flinn@gmail.com>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.5"
8+
python = "^3.6"
99
tmuxp = "^1.7.0"
1010

1111
[tool.poetry.dev-dependencies]

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_bs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A tmuxp plugin to test before_script part of the tmuxp plugin sys
55
authors = ["Joseph Flinn <joseph.s.flinn@gmail.com>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.5"
8+
python = "^3.6"
99
tmuxp = "^1.7.0."
1010

1111
[tool.poetry.dev-dependencies]

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_bwb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A tmuxp plugin to test before_workspace_build part of the tmuxp p
55
authors = ["Joseph Flinn <joseph.s.flinn@gmail.com>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.5"
8+
python = "^3.6"
99
tmuxp = "^1.7.0"
1010

1111
[tool.poetry.dev-dependencies]

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_fail/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A test plugin designed to fail to test the cli"
55
authors = ["Joseph Flinn <joseph.s.flinn@gmail.com>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.5"
8+
python = "^3.6"
99
tmuxp = "^1.7.0"
1010

1111
[tool.poetry.dev-dependencies]

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_owc/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A tmuxp plugin to test on_window_create part of the tmuxp plugin
55
authors = ["Joseph Flinn <joseph.s.flinn@gmail.com>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.5"
8+
python = "^3.6"
99
tmuxp = "^1.7.0"
1010

1111
[tool.poetry.dev-dependencies]

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_r/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A tmuxp plugin to test reattach part of the tmuxp plugin system"
55
authors = ["Joseph Flinn <joseph.s.flinn@gmail.com>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.5"
8+
python = "^3.6"
99
tmuxp = "^1.7.0"
1010

1111
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)