Skip to content

Commit ecda41d

Browse files
committed
Drop support for Python 3.6
1 parent 8e7fcf8 commit ecda41d

File tree

6 files changed

+16
-39
lines changed

6 files changed

+16
-39
lines changed

.github/workflows/python_ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +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'
25+
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13'
2626

2727
strategy:
2828
fail-fast: False
2929
matrix:
3030
config:
31-
- {python-version: "3.6", testenvs: "py36-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5},py36-docutils0.16,build", experimental: False}
3231
- {python-version: "3.7", testenvs: "py37-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3},py37-docutils{0.16,0.17,0.18},build", experimental: False}
3332
- {python-version: "3.8", testenvs: "py38-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1},py38-docutils{0.16,0.17,0.18},build", experimental: False}
3433
- {python-version: "3.9", testenvs: "py39-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py39-docutils{0.16,0.17,0.18},build", experimental: False}
3534
- {python-version: "3.10", testenvs: "py310-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py310-docutils{0.16,0.17,0.18},build", experimental: False}
3635
- {python-version: "3.11", testenvs: "py311-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py311-docutils{0.16,0.17,0.18},build", experimental: False}
3736
- {python-version: "3.12", testenvs: "py312-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py312-docutils{0.16,0.17,0.18},build", experimental: False}
38-
- {python-version: "3.13", testenvs: "py313-dev-sphinx{6.2,7.0,7.1,7.2},py313-dev-docutils{0.16,0.17,0.18},build", experimental: True}
37+
- {python-version: "3.13", testenvs: "py313-sphinx{6.2,7.0,7.1,7.2},py313-docutils{0.16,0.17,0.18},build", experimental: False}
3938

4039
steps:
4140
- name: Checkout 🛎️

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +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'
26+
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13'
2727

2828
strategy:
2929
fail-fast: False
3030
matrix:
3131
config:
32-
- {python-version: "3.6", testenvs: "py36-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5},py36-docutils0.16,build", experimental: False}
3332
- {python-version: "3.7", testenvs: "py37-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3},py37-docutils{0.16,0.17,0.18},build", experimental: False}
3433
- {python-version: "3.8", testenvs: "py38-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1},py38-docutils{0.16,0.17,0.18},build", experimental: False}
3534
- {python-version: "3.9", testenvs: "py39-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py39-docutils{0.16,0.17,0.18},build", experimental: False}
3635
- {python-version: "3.10", testenvs: "py310-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py310-docutils{0.16,0.17,0.18},build", experimental: False}
3736
- {python-version: "3.11", testenvs: "py311-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py311-docutils{0.16,0.17,0.18},build", experimental: False}
3837
- {python-version: "3.12", testenvs: "py312-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py312-docutils{0.16,0.17,0.18},build", experimental: False}
39-
- {python-version: "3.13", testenvs: "py313-dev-sphinx{6.2,7.0,7.1,7.2},py313-dev-docutils{0.16,0.17,0.18},build", experimental: True}
38+
- {python-version: "3.13", testenvs: "py313-sphinx{6.2,7.0,7.1,7.2},py313-docutils{0.16,0.17,0.18},build", experimental: False}
4039

4140
steps:
4241
- name: Checkout 🛎️

.github/workflows/python_ci_macos.yml

Lines changed: 2 additions & 3 deletions
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'
25+
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13'
2626

2727
strategy:
2828
fail-fast: False
2929
matrix:
3030
config:
31-
- {python-version: "3.6", testenvs: "py36-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5},py36-docutils0.16,build", experimental: False}
3231
- {python-version: "3.7", testenvs: "py37-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3},py37-docutils{0.16,0.17,0.18},build", experimental: False}
3332
- {python-version: "3.8", testenvs: "py38-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1},py38-docutils{0.16,0.17,0.18},build", experimental: False}
3433
- {python-version: "3.9", testenvs: "py39-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py39-docutils{0.16,0.17,0.18},build", experimental: False}
3534
- {python-version: "3.10", testenvs: "py310-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py310-docutils{0.16,0.17,0.18},build", experimental: False}
3635
- {python-version: "3.11", testenvs: "py311-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py311-docutils{0.16,0.17,0.18},build", experimental: False}
3736
- {python-version: "3.12", testenvs: "py312-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py312-docutils{0.16,0.17,0.18},build", experimental: False}
38-
- {python-version: "3.13", testenvs: "py313-dev-sphinx{6.2,7.0,7.1,7.2},py313-dev-docutils{0.16,0.17,0.18},build", experimental: True}
37+
- {python-version: "3.13", testenvs: "py313-sphinx{6.2,7.0,7.1,7.2},py313-docutils{0.16,0.17,0.18},build", experimental: False}
3938

4039
steps:
4140
- name: Checkout 🛎️

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ base-classifiers = [
3333
"Topic :: Utilities",
3434
"Typing :: Typed",
3535
]
36-
python-versions = [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12",]
36+
python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13",]
3737
python-implementations = [ "CPython",]
3838
platforms = [ "Windows", "macOS", "Linux",]
3939
license-key = "BSD-3-Clause"

repo_helper.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@ enable_docs: false
1616
min_coverage: 95
1717

1818
python_versions:
19-
3.6:
20-
matrix_exclude:
21-
docutils:
22-
- 0.17
23-
- 0.18
24-
sphinx:
25-
- 5.0
26-
- 5.1
27-
- 5.2
28-
- 5.3
29-
- 6.0
30-
- 6.1
31-
- 6.2
32-
- 7.0
33-
- 7.1
34-
- 7.2
3519
3.7:
3620
matrix_exclude:
3721
sphinx:
@@ -49,7 +33,7 @@ python_versions:
4933
"3.10":
5034
"3.11":
5135
"3.12":
52-
3.13-dev:
36+
3.13:
5337
matrix_exclude:
5438
sphinx:
5539
- 3.3

tox.ini

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,20 @@
2222

2323
[tox]
2424
envlist =
25-
py36-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5}
2625
py37-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3}
2726
py38-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1}
2827
py39-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
2928
py310-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
3029
py311-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
3130
py312-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
32-
py313-dev-sphinx{6.2,7.0,7.1,7.2}
33-
py36-docutils0.16
31+
py313-sphinx{6.2,7.0,7.1,7.2}
3432
py37-docutils{0.16,0.17,0.18}
3533
py38-docutils{0.16,0.17,0.18}
3634
py39-docutils{0.16,0.17,0.18}
3735
py310-docutils{0.16,0.17,0.18}
3836
py311-docutils{0.16,0.17,0.18}
3937
py312-docutils{0.16,0.17,0.18}
40-
py313-dev-docutils{0.16,0.17,0.18}
38+
py313-docutils{0.16,0.17,0.18}
4139
mypy
4240
build
4341
skip_missing_interpreters = True
@@ -50,22 +48,20 @@ requires =
5048

5149
[envlists]
5250
test =
53-
py36-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5}
5451
py37-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3}
5552
py38-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1}
5653
py39-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
5754
py310-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
5855
py311-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
5956
py312-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
60-
py313-dev-sphinx{6.2,7.0,7.1,7.2}
61-
py36-docutils0.16
57+
py313-sphinx{6.2,7.0,7.1,7.2}
6258
py37-docutils{0.16,0.17,0.18}
6359
py38-docutils{0.16,0.17,0.18}
6460
py39-docutils{0.16,0.17,0.18}
6561
py310-docutils{0.16,0.17,0.18}
6662
py311-docutils{0.16,0.17,0.18}
6763
py312-docutils{0.16,0.17,0.18}
68-
py313-dev-docutils{0.16,0.17,0.18}
64+
py313-docutils{0.16,0.17,0.18}
6965
qa = mypy, lint
7066
cov = py38-sphinx3.3, coverage
7167

@@ -74,7 +70,7 @@ setenv =
7470
PYTHONDEVMODE=1
7571
PIP_DISABLE_PIP_VERSION_CHECK=1
7672

77-
[testenv:py313-dev]
73+
[testenv:py313]
7874
download = True
7975
setenv =
8076
PYTHONDEVMODE=1
@@ -200,7 +196,7 @@ inline-quotes = "
200196
multiline-quotes = """
201197
docstring-quotes = """
202198
count = True
203-
min_python_version = 3.6.1
199+
min_python_version = 3.7
204200
unused-arguments-ignore-abstract-functions = True
205201
unused-arguments-ignore-overload-functions = True
206202
unused-arguments-ignore-magic-methods = True
@@ -261,14 +257,14 @@ setenv =
261257
PYTHONDEVMODE=1
262258
PIP_DISABLE_PIP_VERSION_CHECK=1
263259
264-
[testenv:py313-dev-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}]
260+
[testenv:py313-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}]
265261
download = True
266262
setenv =
267263
PYTHONDEVMODE=1
268264
PIP_DISABLE_PIP_VERSION_CHECK=1
269265
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
270266
271-
[testenv:py313-dev-docutils{0.16,0.17,0.18}]
267+
[testenv:py313-docutils{0.16,0.17,0.18}]
272268
download = True
273269
setenv =
274270
PYTHONDEVMODE=1

0 commit comments

Comments
 (0)