Skip to content

Commit 3bd6066

Browse files
committed
drop 3.7 for now
1 parent 409be2d commit 3bd6066

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# - macos
1616
python-version:
1717
# - "3.6" # not supported in ubuntu-latest (22.04)
18-
- "3.7"
18+
# - "3.7" # not supported in ubuntu-latest ()
1919
- "3.8"
2020
- "3.9"
2121
- "3.10"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pykeepass"
33
# setuptools normalizes semver '-' to '.'
44
# avoid using hyphens: 1.2.3.post1
5-
version = "4.1.1"
5+
version = "4.1.1.post1"
66
readme = "README.md"
77
description = "Python library to interact with keepass databases (supports KDBX3 and KDBX4)"
88
authors = [

requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ argon2-cffi==23.1.0
22
argon2-cffi-bindings==21.2.0
33
cffi==1.17.1
44
construct==2.10.70
5-
lxml==5.2.2
5+
Jinja2==3.1.5
6+
lxml==5.3.1
7+
MarkupSafe==3.0.2
8+
pdoc==15.0.1
69
pycparser==2.22
7-
pycryptodomex==3.20.0
10+
pycryptodomex==3.21.0
11+
Pygments==2.19.1
812
pykeepass @ file:///home/evan/resources/pykeepass
913
pyotp==2.9.0

0 commit comments

Comments
 (0)