Skip to content

Commit f9d35f5

Browse files
committed
Remove Python 2.7 stuff
1 parent d611a2a commit f9d35f5

File tree

19 files changed

+76
-690
lines changed

19 files changed

+76
-690
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [ '2.7', '3.x' ]
13+
python-version: [ '3.x' ]
1414
tmux-version: [ '2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', 'master' ]
1515
steps:
1616
- uses: actions/checkout@v1

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: 2.7, >= 3.3, pypy, pypy3
255+
- python support: >= 3.3, 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 = "~2.7 || ^3.5"
70+
python = "^3.5"
7171
tmuxp = "^1.6.0"
7272
7373
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)