8000 Drop support for Python 3.6 · domdfcoding/consolekit@699aa8d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 699aa8d

Browse files
committed
Drop support for Python 3.6
1 parent 8e32daa commit 699aa8d

File tree

6 files changed

+15
-26
lines changed

6 files changed

+15
-26
lines changed

.github/workflows/python_ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,19 @@ jobs:
2222
runs-on: "windows-2019"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
25+
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13,pypy-3.7,pypy-3.8,pypy-3.9'
2626

2727
strategy:
2828
fail-fast: False
2929
matrix:
3030
config:
31-
- {python-version: "3.6", testenvs: "py36-click{7.1,8.0,8.1},build", experimental: False}
3231
- {python-version: "3.7", testenvs: "py37-click{7.1,8.0,8.1},build", experimental: False}
3332
- {python-version: "3.8", testenvs: "py38-click{7.1,8.0,8.1},build", experimental: False}
3433
- {python-version: "3.9", testenvs: "py39-click{7.1,8.0,8.1},build", experimental: False}
3534
- {python-version: "3.10", testenvs: "py310-click{7.1,8.0,8.1},build", experimental: False}
3635
- {python-version: "3.11", testenvs: "py311-click{7.1,8.0,8.1},build", experimental: False}
3736
- {python-version: "3.12", testenvs: "py312-click{7.1,8.0,8.1},build", experimental: False}
38-
- {python-version: "3.13", testenvs: "py313-dev-click{7.1,8.0,8.1},build", experimental: True}
39-
- {python-version: "pypy-3.6", testenvs: "pypy36-click{7.1,8.0,8.1}", experimental: False}
37+
- {python-version: "3.13", testenvs: "py313-click{7.1,8.0,8.1},build", experimental: False}
4038
- {python-version: "pypy-3.7", testenvs: "pypy37-click{7.1,8.0,8.1},build", experimental: False}
4139
- {python-version: "pypy-3.8", testenvs: "pypy38-click{7.1,8.0,8.1},build", experimental: False}
4240
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-click{7.1,8.0,8.1},build", experimental: True}

.github/workflows/python_ci_linux.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,19 @@ jobs:
2323
runs-on: "ubuntu-20.04"
2424
continue-on-error: ${{ matrix.config.experimental }}
2525
env:
26-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
26+
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13,pypy-3.7,pypy-3.8,pypy-3.9'
2727

2828
strategy:
2929
fail-fast: False
3030
matrix:
3131
config:
32-
- {python-version: "3.6", testenvs: "py36-click{7.1,8.0,8.1},build", experimental: False}
3332
- {python-version: "3.7", testenvs: "py37-click{7.1,8.0,8.1},build", experimental: False}
3433
- {python-version: "3.8", testenvs: "py38-click{7.1,8.0,8.1},build", experimental: False}
3534
- {python-version: "3.9", testenvs: "py39-click{7.1,8.0,8.1},build", experimental: False}
3635
- {python-version: "3.10", testenvs: "py310-click{7.1,8.0,8.1},build", experimental: False}
3736
- {python-version: "3.11", testenvs: "py311-click{7.1,8.0,8.1},build", experimental: False}
3837
- {python-version: "3.12", testenvs: "py312-click{7.1,8.0,8.1},build", experimental: False}
39-
- {python-version: "3.13", testenvs: "py313-dev-click{7.1,8.0,8.1},build", experimental: True}
40-
- {python-version: "pypy-3.6", testenvs: "pypy36-click{7.1,8.0,8.1},build", experimental: False}
38+
- {python-version: "3.13", testenvs: "py313-click{7.1,8.0,8.1},build", experimental: False}
4139
- {python-version: "pypy-3.7", testenvs: "pypy37-click{7.1,8.0,8.1},build", experimental: False}
4240
- {python-version: "pypy-3.8", testenvs: "pypy38-click{7.1,8.0,8.1},build", experimental: False}
4341
- {python-version: "pypy-3.9", testenvs: "pypy39-click{7.1,8.0,8.1},build", experimental: True}

.github/workflows/python_ci_macos.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,19 @@ jobs:
2222
runs-on: "macos-13"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13,pypy-3.7,pypy-3.8,pypy-3.9'
25+
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13,pypy-3.7,pypy-3.8,pypy-3.9'
2626

2727
strategy:
2828
fail-fast: False
2929
matrix:
3030
config:
31-
- {python-version: "3.6", testenvs: "py36-click{7.1,8.0,8.1},build", experimental: False}
3231
- {python-version: "3.7", testenvs: "py37-click{7.1,8.0,8.1},build", experimental: False}
3332
- {python-version: "3.8", testenvs: "py38-click{7.1,8.0,8.1},build", experimental: False}
3433
- {python-version: "3.9", testenvs: "py39-click{7.1,8.0,8.1},build", experimental: False}
3534
- {python-version: "3.10", testenvs: "py310-click{7.1,8.0,8.1},build", experimental: False}
3635
- {python-version: "3.11", testenvs: "py311-click{7.1,8.0,8.1},build", experimental: False}
3736
- {python-version: "3.12", testenvs: "py312-click{7.1,8.0,8.1},build", experimental: False}
38-
- {python-version: "3.13", testenvs: "py313-dev-click{7.1,8.0,8.1},build", experimental: True}
37+
- {python-version: "3.13", testenvs: "py313-click{7.1,8.0,8.1},build", experimental: False}
3938
- {python-version: "pypy-3.7", testenvs: "pypy37-click{7.1,8.0,8.1},build", experimental: False}
4039
- {python-version: "pypy-3.8", testenvs: "pypy38-click{7.1,8.0,8.1},build", experimental: False}
4140
- {python-version: "pypy-3.9", testenvs: "pypy39-click{7.1,8.0,8.1},build", experimental: True}

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "consolekit"
77
version = "1.7.2"
88
description = "Additional utilities for click."
99
readme = "README.rst"
10-
requires-python = ">=3.6.1"
10+
requires-python = ">=3.7"
1111
keywords = [ "click", "terminal",]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",
@@ -17,13 +17,13 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
"Programming Language :: Python",
1919
"Programming Language :: Python :: 3 :: Only",
20-
"Programming Language :: Python :: 3.6",
2120
"Programming Language :: Python :: 3.7",
2221
"Programming Language :: Python :: 3.8",
2322
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
2625
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2727
"Programming Language :: Python :: Implementation :: CPython",
2828
"Programming Language :: Python :: Implementation :: PyPy",
2929
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -152,7 +152,7 @@ base-classifiers = [
152152
"Topic :: Software Development :: Libraries :: Python Modules",
153153
"Typing :: Typed",
154154
]
155-
python-versions = [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12",]
155+
python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13",]
156156
python-implementations = [ "CPython", "PyPy",]
157157
platforms = [ "Windows", "macOS", "Linux",]
158158
license-key = "MIT"

repo_helper.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ conda_extras:
1919
- none
2020

2121
python_versions:
22-
- 3.6
2322
- 3.7
2423
- 3.8
2524
- 3.9
2625
- "3.10"
2726
- "3.11"
2827
- "3.12"
29-
- 3.13-dev
30-
- pypy36
28+
- "3.13"
3129
- pypy37
3230
- pypy38
3331
- pypy39

tox.ini

+5-9
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@
2121

2222
[tox]
2323
envlist =
24-
py36-click{7.1,8.0,8.1}
2524
py37-click{7.1,8.0,8.1}
2625
py38-click{7.1,8.0,8.1}
2726
py39-click{7.1,8.0,8.1}
2827
py310-click{7.1,8.0,8.1}
2928
py311-click{7.1,8.0,8.1}
3029
py312-click{7.1,8.0,8.1}
31-
py313-dev-click{7.1,8.0,8.1}
32-
pypy36-click{7.1,8.0,8.1}
30+
py313-click{7.1,8.0,8.1}
3331
pypy37-click{7.1,8.0,8.1}
3432
pypy38-click{7.1,8.0,8.1}
3533
pypy39-click{7.1,8.0,8.1}
@@ -45,15 +43,13 @@ requires =
4543

4644
[envlists]
4745
test =
48-
py36-click{7.1,8.0,8.1}
4946
py37-click{7.1,8.0,8.1}
5047
py38-click{7.1,8.0,8.1}
5148
py39-click{7.1,8.0,8.1}
5249
py310-click{7.1,8.0,8.1}
5350
py311-click{7.1,8.0,8.1}
5451
py312-click{7.1,8.0,8.1}
55-
py313-dev-click{7.1,8.0,8.1}
56-
pypy36-click{7.1,8.0,8.1}
52+
py313-click{7.1,8.0,8.1}
5753
pypy37-click{7.1,8.0,8.1}
5854
pypy38-click{7.1,8.0,8.1}
5955
pypy39-click{7.1,8.0,8.1}
@@ -65,7 +61,7 @@ setenv =
6561
PYTHONDEVMODE=1
6662
PIP_DISABLE_PIP_VERSION_CHECK=1
6763

68-
[testenv:py313-dev]
64+
[testenv:py313]
6965
download = True
7066
setenv =
7167
PYTHONDEVMODE=1
@@ -202,7 +198,7 @@ inline-quotes = "
202198
multiline-quotes = """
203199
docstring-quotes = """
204200
count = True
205-
min_python_version = 3.6.1
201+
min_python_version = 3.7
206202
unused-arguments-ignore-abstract-functions = True
207203
unused-arguments-ignore-overload-functions = True
208204
unused-arguments-ignore-magic-methods = True
@@ -234,7 +230,7 @@ setenv =
234230
PYTHONDEVMODE=1
235231
PIP_DISABLE_PIP_VERSION_CHECK=1
236232
237-
[testenv:py313-dev-click{7.1,8.0,8.1}]
233+
[testenv:py313-click{7.1,8.0,8.1}]
238234
download = True
239235
setenv =
240236
PYTHONDEVMODE=1

0 commit comments

Comments
 (0)
0