Skip to content

Commit

Permalink
Require python 3.8, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Jul 4, 2024
1 parent 50c1909 commit e2f4d2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vermin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[vermin]
only_show_violations = yes
show_tips = no
targets = 3.6-
targets = 3.8-
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e2f4d2a

Please sign in to comment.