Skip to content

Commit

Permalink
require python 3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslaff committed Sep 21, 2022
1 parent cff10a0 commit 328cc10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/showcert
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from collections import namedtuple



version = '0.1.10'
version = '0.1.11'
args = None

phrase = namedtuple('Phrase', 'say wait expect')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_version(path):
long_description_content_type='text/markdown',
author_email='yaroslaff@gmail.com',
description='dump local/remote certificate info',
python_requires='>=3',
python_requires='>=3.6',
classifiers=[
'Development Status :: 3 - Alpha',

Expand Down

0 comments on commit 328cc10

Please sign in to comment.