Skip to content

Commit e141251

Browse files
committed
Drop support for Python 3.6
1 parent b571897 commit e141251

File tree

6 files changed

+4
-23
lines changed

6 files changed

+4
-23
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 3 deletions
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-flake8{4,5},build", experimental: False}
3231
- {python-version: "3.7", testenvs: "py37-flake8{4,5},build", experimental: False}
3332
- {python-version: "3.8", testenvs: "py38-flake8{4,5,6,7},build", experimental: False}
3433
- {python-version: "3.9", testenvs: "py39-flake8{4,5,6,7},build", experimental: False}
3534
- {python-version: "3.10", testenvs: "py310-flake8{4,5,6,7},build", experimental: False}
3635
- {python-version: "3.11", testenvs: "py311-flake8{4,5,6,7},build", experimental: False}
3736
- {python-version: "3.12", testenvs: "py312-flake8{6,7},build", experimental: False}
3837
- {python-version: "3.13", testenvs: "py313-flake8{6,7},build", experimental: False}
39-
- {python-version: "pypy-3.6", testenvs: "pypy36-flake8{4,5}", experimental: False}
4038
- {python-version: "pypy-3.7", testenvs: "pypy37-flake8{4,5},build", experimental: False}
4139
- {python-version: "pypy-3.8", testenvs: "pypy38-flake8{4,5,6,7},build", experimental: False}
4240
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-flake8{4,5,6,7},build", experimental: True}

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 3 deletions
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-flake8{4,5},build", experimental: False}
3332
- {python-version: "3.7", testenvs: "py37-flake8{4,5},build", experimental: False}
3433
- {python-version: "3.8", testenvs: "py38-flake8{4,5,6,7},build", experimental: False}
3534
- {python-version: "3.9", testenvs: "py39-flake8{4,5,6,7},build", experimental: False}
3635
- {python-version: "3.10", testenvs: "py310-flake8{4,5,6,7},build", experimental: False}
3736
- {python-version: "3.11", testenvs: "py311-flake8{4,5,6,7},build", experimental: False}
3837
- {python-version: "3.12", testenvs: "py312-flake8{6,7},build", experimental: False}
3938
- {python-version: "3.13", testenvs: "py313-flake8{6,7},build", experimental: False}
40-
- {python-version: "pypy-3.6", testenvs: "pypy36-flake8{4,5},build", experimental: False}
4139
- {python-version: "pypy-3.7", testenvs: "pypy37-flake8{4,5},build", experimental: False}
4240
- {python-version: "pypy-3.8", testenvs: "pypy38-flake8{4,5,6,7},build", experimental: False}
4341
- {python-version: "pypy-3.9", testenvs: "pypy39-flake8{4,5,6,7},build", experimental: True}

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ 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-flake8{4,5},build", experimental: False}
3231
- {python-version: "3.7", testenvs: "py37-flake8{4,5},build", experimental: False}
3332
- {python-version: "3.8", testenvs: "py38-flake8{4,5,6,7},build", experimental: False}
3433
- {python-version: "3.9", testenvs: "py39-flake8{4,5,6,7},build", experimental: False}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ base-classifiers = [
3434
"Intended Audience :: Developers",
3535
"Typing :: Typed",
3636
]
37-
python-versions = [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13",]
37+
python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13",]
3838
python-implementations = [ "CPython", "PyPy",]
3939
platforms = [ "Windows", "macOS", "Linux",]
4040
license-key = "MIT"

repo_helper.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ pre_commit_exclude: "^tests/bad_code.py$"
1818
use_whey: true
1919

2020
python_versions:
21-
3.6:
22-
matrix_exclude:
23-
flake8:
24-
- 6
25-
- 7
2621
3.7:
2722
matrix_exclude:
2823
flake8:
@@ -42,11 +37,6 @@ python_versions:
4237
flake8:
4338
- 4
4439
- 5
45-
pypy36:
46-
matrix_exclude:
47-
flake8:
48-
- 6
49-
- 7
5040
pypy37:
5141
matrix_exclude:
5242
flake8:

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@
2222

2323
[tox]
2424
envlist =
25-
py36-flake8{4,5}
2625
py37-flake8{4,5}
2726
py38-flake8{4,5,6,7}
2827
py39-flake8{4,5,6,7}
2928
py310-flake8{4,5,6,7}
3029
py311-flake8{4,5,6,7}
3130
py312-flake8{6,7}
3231
py313-flake8{6,7}
33-
pypy36-flake8{4,5}
3432
pypy37-flake8{4,5}
3533
pypy38-flake8{4,5,6,7}
3634
pypy39-flake8{4,5,6,7}
@@ -46,15 +44,13 @@ requires =
4644

4745
[envlists]
4846
test =
49-
py36-flake8{4,5}
5047
py37-flake8{4,5}
5148
py38-flake8{4,5,6,7}
5249
py39-flake8{4,5,6,7}
5350
py310-flake8{4,5,6,7}
5451
py311-flake8{4,5,6,7}
5552
py312-flake8{6,7}
5653
py313-flake8{6,7}
57-
pypy36-flake8{4,5}
5854
pypy37-flake8{4,5}
5955
pypy38-flake8{4,5,6,7}
6056
pypy39-flake8{4,5,6,7}

0 commit comments

Comments
 (0)