Skip to content

Commit be1fcf2

Browse files
committed
build: Drop Python 3.7
EOL Ended 2 months and 1 week ago (27 Jun 2023)
1 parent 2a87373 commit be1fcf2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
tmux-version: [ '2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', 'master' ]
1515
# balance ci coverage across supported python/tmux versions with CI speed
1616
include:
17-
- python-version: '3.7'
17+
- python-version: '3.8'
1818
tmux-version: '2.6'
19-
- python-version: '3.7'
19+
- python-version: '3.8'
2020
tmux-version: 'master'
2121
steps:
2222
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ classifiers = [
1212
"Environment :: Web Environment",
1313
"Intended Audience :: Developers",
1414
"Programming Language :: Python",
15-
"Programming Language :: Python :: 3.7",
1615
"Programming Language :: Python :: 3.8",
1716
"Programming Language :: Python :: 3.9",
1817
"Programming Language :: Python :: 3.10",
@@ -46,7 +45,7 @@ Changes = "https://github.com/tmux-python/tmuxp/blob/master/CHANGES"
4645
tmuxp = 'tmuxp:cli.cli'
4746

4847
[tool.poetry.dependencies]
49-
python = "^3.7"
48+
python = "^3.8"
5049
libtmux = "~0.23.1"
5150
colorama = ">=0.3.9"
5251
PyYAML = "^6.0"
@@ -62,7 +61,7 @@ gp-libs = "*"
6261
sphinx-autobuild = "*"
6362
sphinx-autodoc-typehints = "*"
6463
sphinx-argparse = "*"
65-
sphinx-inline-tabs = "<2023.4.21" # For Python 3.7 support
64+
sphinx-inline-tabs = "*"
6665
sphinxext-opengraph = "<0.8" # https://github.com/wpilibsuite/sphinxext-opengraph/issues/100
6766
sphinx-copybutton = "*"
6867
sphinxext-rediraffe = "*"

0 commit comments

Comments
 (0)