From 26d41fa3c6b20d51aba9005e188574642e0ca5f3 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Fri, 20 May 2022 06:15:10 -0500 Subject: [PATCH] Python 3.8 support again --- .github/workflows/tests.yml | 2 +- .python-version | 2 +- .tool-versions | 2 +- README.md | 2 +- poetry.lock | 4 ++-- pyproject.toml | 3 ++- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2bc924839..50bb3d3bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] tmux-version: ["2.6", "2.7", "2.8", "3.0a", "3.1b", "3.2a", "master"] steps: - uses: actions/checkout@v3 diff --git a/.python-version b/.python-version index f1373f383..9a3e36347 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.1 3.9.9 +3.10.1 3.9.9 3.8.11 diff --git a/.tool-versions b/.tool-versions index 5be2fd966..5e28f5278 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ poetry 1.1.12 -python 3.10.1 3.9.9 +python 3.10.1 3.9.9 3.8.11 diff --git a/README.md b/README.md index 2456405cf..c13b77a58 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ See donation options at . # Project details - tmux support: 1.8, 1.9a, 2.0 - 2.9, 3.0 -- python support: >= 3.9, pypy, pypy3 +- python support: >= 3.8, pypy, pypy3 - Source: - Docs: - API: diff --git a/poetry.lock b/poetry.lock index b7303b6da..0ae38592d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -903,8 +903,8 @@ test = [] [metadata] lock-version = "1.1" -python-versions = "^3.9" -content-hash = "5857f3161ae2f4916db631c0e0a126c4801198d3543c79610083c9c97ff82387" +python-versions = "^3.8" +content-hash = "60c90feea09a921fcd1704bb619affbbe1ac8e6f6baae9ca33b04232cfd9ee3a" [metadata.files] alabaster = [ diff --git a/pyproject.toml b/pyproject.toml index bce0019aa..b4e255c45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ classifiers = [ "Environment :: Web Environment", "Intended Audience :: Developers", "Programming Language :: Python", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: PyPy", @@ -39,7 +40,7 @@ Repository = "https://github.com/tmux-python/libtmux" Changes = "https://github.com/tmux-python/libtmux/blob/master/CHANGES" [tool.poetry.dependencies] -python = "^3.9" +python = "^3.8" [tool.poetry.dev-dependencies] ### Docs ###