Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
Support a lower Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Jun 20, 2022
1 parent 8cce584 commit 435525b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.8
Topic :: Terminals
Topic :: Utilities

Expand All @@ -34,7 +34,7 @@ version = 0
[options]
install_requires =
pykeepass >= 4.0.1
python_requires = >=3.9.1
python_requires = >=3.8.10
packages = sshkp

[options.entry_points]
Expand Down

0 comments on commit 435525b

Please sign in to comment.