Skip to content

Commit c2cc771

Browse files
committed
Drop python 3.5 support
1 parent acd5cd7 commit c2cc771

File tree

4 files changed

+8
-27
lines changed

4 files changed

+8
-27
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ See donation options at https://git-pull.com/support.html.
181181
Project details
182182
---------------
183183
- tmux support: 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
184-
- python support: >= 3.5, pypy, pypy3
184+
- python support: >= 3.6, pypy, pypy3
185185
- Source: https://github.com/tmux-python/libtmux
186186
- Docs: https://libtmux.git-pull.com
187187
- API: https://libtmux.git-pull.com/api.html

poetry.lock

Lines changed: 3 additions & 23 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
@@ -15,10 +15,10 @@ 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",
21+
"Programming Language :: Python :: 3.9",
2222
"Programming Language :: Python :: Implementation :: PyPy",
2323
"Topic :: Utilities",
2424
"Topic :: System :: Shells"
@@ -34,7 +34,7 @@ Documentation = "https://libtmux.git-pull.com"
3434
Repository = "https://github.com/tmux-python/libtmux"
3535

3636
[tool.poetry.dependencies]
37-
python = "^3.5"
37+
python = "^3.6"
3838

3939
[tool.poetry.dev-dependencies]
4040
### Docs ###

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@
5353
"Environment :: Web Environment",
5454
"Intended Audience :: Developers",
5555
"Programming Language :: Python",
56-
"Programming Language :: Python :: 3.5",
5756
"Programming Language :: Python :: 3.6",
5857
"Programming Language :: Python :: 3.7",
58+
"Programming Language :: Python :: 3.8",
59+
"Programming Language :: Python :: 3.9",
5960
"Programming Language :: Python :: Implementation :: PyPy",
6061
"Topic :: Utilities",
6162
"Topic :: System :: Shells",

0 commit comments

Comments
 (0)