Skip to content

Commit 2af0cb3

Browse files
committed
Drop support for Python 3.6
1 parent 1e3c594 commit 2af0cb3

File tree

6 files changed

+14
-36
lines changed

6 files changed

+14
-36
lines changed

.github/workflows/python_ci.yml

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

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 4 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,build", experimental: False}
3332
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
3433
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
3534
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
3635
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
3736
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
3837
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
39-
- {python-version: "3.13", testenvs: "py313-dev,build", experimental: True}
40-
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
38+
- {python-version: "3.13", testenvs: "py313,build", experimental: False}
4139
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
4240
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
4341
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}

.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,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,build", experimental: False}
3231
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
3332
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
3433
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
3534
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
3635
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
3736
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
38-
- {python-version: "3.13", testenvs: "py313-dev,build", experimental: True}
37+
- {python-version: "3.13", testenvs: "py313,build", experimental: False}
3938
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
4039
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
4140
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pyproject-parser"
77
version = "0.13.0"
88
description = "Parser for 'pyproject.toml'"
99
readme = "README.rst"
10-
requires-python = ">=3.6.1"
10+
requires-python = ">=3.7"
1111
keywords = [ "metadata", "packaging", "pep518", "pep621", "pyproject", "toml",]
1212
classifiers = [
1313
"Development Status :: 4 - Beta",
@@ -16,13 +16,13 @@ classifiers = [
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python",
1818
"Programming Language :: Python :: 3 :: Only",
19-
"Programming Language :: Python :: 3.6",
2019
"Programming Language :: Python :: 3.7",
2120
"Programming Language :: Python :: 3.8",
2221
"Programming Language :: Python :: 3.9",
2322
"Programming Language :: Python :: 3.10",
2423
"Programming Language :: Python :: 3.11",
2524
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2626
"Programming Language :: Python :: Implementation :: CPython",
2727
"Programming Language :: Python :: Implementation :: PyPy",
2828
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -161,7 +161,7 @@ base-classifiers = [
161161
"Topic :: System :: Archiving :: Packaging",
162162
"Typing :: Typed",
163163
]
164-
python-versions = [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12",]
164+
python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13",]
165165
python-implementations = [ "CPython", "PyPy",]
166166
platforms = [ "Windows", "macOS", "Linux",]
167167
license-key = "MIT"

repo_helper.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ conda_channels:
2727

2828
# Versions to run tests for
2929
python_versions:
30-
- '3.6'
3130
- '3.7'
3231
- '3.8'
3332
- '3.9'
3433
- "3.10"
3534
- "3.11"
3635
- "3.12"
37-
- 3.13-dev
38-
- pypy36
36+
- "3.13"
3937
- pypy37
4038
- pypy38
4139
- pypy39

tox.ini

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

2323
[tox]
2424
envlist =
25-
py36
2625
py37
2726
py38
2827
py39
2928
py310
3029
py311
3130
py312
32-
py313-dev
33-
pypy36
31+
py313
3432
pypy37
3533
pypy38
3634
pypy39
@@ -45,19 +43,7 @@ requires =
4543
virtualenv!=20.16.0
4644

4745
[envlists]
48-
test =
49-
py36
50-
py37
51-
py38
52-
py39
53-
py310
54-
py311
55-
py312
56-
py313-dev
57-
pypy36
58-
pypy37
59-
pypy38
60-
pypy39
46+
test = py37, py38, py39, py310, py311, py312, py313, pypy37, pypy38, pypy39
6147
qa = mypy, lint
6248
cov = py38, coverage
6349

@@ -77,13 +63,12 @@ setenv =
7763
PYTHONDEVMODE=1
7864
PIP_DISABLE_PIP_VERSION_CHECK=1
7965

80-
[testenv:py313-dev]
66+
[testenv:py313]
8167
download = True
8268
setenv =
8369
PYTHONDEVMODE=1
8470
PIP_DISABLE_PIP_VERSION_CHECK=1
8571
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
86-
pip_pre = true
8772

8873
[testenv:py312]
8974
download = True
@@ -220,7 +205,7 @@ inline-quotes = "
220205
multiline-quotes = """
221206
docstring-quotes = """
222207
count = True
223-
min_python_version = 3.6.1
208+
min_python_version = 3.7
224209
unused-arguments-ignore-abstract-functions = True
225210
unused-arguments-ignore-overload-functions = True
226211
unused-arguments-ignore-magic-methods = True

0 commit comments

Comments
 (0)