mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
update required python version to 3.10
This commit is contained in:
parent
5a2e5d7641
commit
d22be8c977
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "jazzband", email = "n.anahara@fragment.co.jp" },
|
{ name = "jazzband", email = "n.anahara@fragment.co.jp" },
|
||||||
]
|
]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Django>=4.2",
|
"Django>=4.2",
|
||||||
"cryptography>=35.0.0",
|
"cryptography>=35.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue