Skip to content

Commit

Permalink
Drop Python 3.7 support (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack89roberts committed Jan 10, 2024
1 parent 1f36fbe commit 12504d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "distinctipy"
version = "1.3.3"
version = "1.3.4"
authors = [
{name = "Jack Roberts", email = "jroberts@turing.ac.uk"},
]
description = "A lightweight package for generating visually distinct colours."
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
keywords = ["color", "colour", "palette", "colormap", "colorblind", "colourblind"]
license = {file = "LICENSE"}
classifiers = [
Expand Down

0 comments on commit 12504d1

Please sign in to comment.