Skip to content

Commit b4675a8

Browse files
committed
Support Python 3,7 and 3.6 again.
Support was mistakenly removed in the metadata.
1 parent 7155b65 commit b4675a8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ name = "pyproject-examples"
77
version = "2022.5.18"
88
description = "Example pyproject.toml configs for testing."
99
readme = "README.rst"
10+
requires-python = ">=3.6"
1011
keywords = []
11-
dynamic = [ "requires-python", "classifiers", "dependencies",]
12+
dynamic = [ "classifiers", "dependencies",]
1213

1314
[[project.authors]]
1415
name = "Dominic Davis-Foster"

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ enable_docs: false
1515
enable_tests: false
1616
use_whey: true
1717
pre_commit_exclude: "^README.rst$"
18+
requires_python: "3.6"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ inline-quotes = "
122122
multiline-quotes = """
123123
docstring-quotes = """
124124
count = True
125-
min_python_version = 3.8
125+
min_python_version = 3.6
126126
unused-arguments-ignore-abstract-functions = True
127127
unused-arguments-ignore-overload-functions = True
128128
unused-arguments-ignore-magic-methods = True

0 commit comments

Comments
 (0)