Skip to content

Commit

Permalink
setup: Bump version and python-req
Browse files Browse the repository at this point in the history
Some deps are 3.7+  and there's no reason to support python 3.6 for us
today.
  • Loading branch information
Spindel committed Apr 18, 2024
1 parent 57be271 commit 4ac2fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

setup(
name="caramel",
version="1.9.3",
python_requires=">=3.6",
version="1.9.5",
python_requires=">=3.7",
description="caramel",
long_description="""
Caramel is a certificate management system that makes it easy to use client
Expand Down

0 comments on commit 4ac2fde

Please sign in to comment.