From e2f4d2a2bd6f288ff3c16171404dc85119726579 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 4 Jul 2024 16:21:23 +0200 Subject: [PATCH] Require python 3.8, update changelog --- .vermin | 2 +- CHANGELOG.rst | 6 ++++-- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.vermin b/.vermin index cf26af3..983d673 100644 --- a/.vermin +++ b/.vermin @@ -1,4 +1,4 @@ [vermin] only_show_violations = yes show_tips = no -targets = 3.6- +targets = 3.8- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 51ab656..9d875ef 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,10 +2,12 @@ pdf417gen changelog =================== -1.0.0 (TBA) +0.8.0 (TBA) ----------- -* **BC BREAK**: Drop support for Python < 3.6 +* **BC BREAK**: Require Python 3.8+ +* Modernized packaging +* Minor performance improvements 0.7.1 (2020-01-12) ------------------ diff --git a/pyproject.toml b/pyproject.toml index 8a61ea3..11f73d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "PDF417 2D barcode generator for Python" keywords=["pdf417", "2d", "barcode", "generator"] readme = "README.rst" license = { file="LICENSE" } -requires-python = ">=3.6" +requires-python = ">=3.8" dynamic = ["version"] classifiers = [