Skip to content

Commit 26d41fa

Browse files
committed
Python 3.8 support again
1 parent 217e7c4 commit 26d41fa

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

.github/workflows/tests.yml

+1-1
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: ["3.9", "3.10"]
13+
python-version: ["3.8", "3.9", "3.10"]
1414
tmux-version: ["2.6", "2.7", "2.8", "3.0a", "3.1b", "3.2a", "master"]
1515
steps:
1616
- uses: actions/checkout@v3

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.1 3.9.9
1+
3.10.1 3.9.9 3.8.11

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
poetry 1.1.12
2-
python 3.10.1 3.9.9
2+
python 3.10.1 3.9.9 3.8.11

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ See donation options at <https://git-pull.com/support.html>.
198198
# Project details
199199

200200
- tmux support: 1.8, 1.9a, 2.0 - 2.9, 3.0
201-
- python support: >= 3.9, pypy, pypy3
201+
- python support: >= 3.8, pypy, pypy3
202202
- Source: <https://github.com/tmux-python/libtmux>
203203
- Docs: <https://libtmux.git-pull.com>
204204
- API: <https://libtmux.git-pull.com/api.html>

poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ classifiers = [
1212
"Environment :: Web Environment",
1313
"Intended Audience :: Developers",
1414
"Programming Language :: Python",
15+
"Programming Language :: Python :: 3.8",
1516
"Programming Language :: Python :: 3.9",
1617
"Programming Language :: Python :: 3.10",
1718
"Programming Language :: Python :: Implementation :: PyPy",
@@ -39,7 +40,7 @@ Repository = "https://github.com/tmux-python/libtmux"
3940
Changes = "https://github.com/tmux-python/libtmux/blob/master/CHANGES"
4041

4142
[tool.poetry.dependencies]
42-
python = "^3.9"
43+
python = "^3.8"
4344

4445
[tool.poetry.dev-dependencies]
4546
### Docs ###

0 commit comments

Comments
 (0)