Skip to content

Commit 12504d1

Browse files
Drop Python 3.7 support (#37)
1 parent 1f36fbe commit 12504d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "distinctipy"
7-
version = "1.3.3"
7+
version = "1.3.4"
88
authors = [
99
{name = "Jack Roberts", email = "[email protected]"},
1010
]
1111
description = "A lightweight package for generating visually distinct colours."
1212
readme = "README.md"
13-
requires-python = ">=3.7"
13+
requires-python = ">=3.8"
1414
keywords = ["color", "colour", "palette", "colormap", "colorblind", "colourblind"]
1515
license = {file = "LICENSE"}
1616
classifiers = [

0 commit comments

Comments
 (0)