Compare commits

...

3 commits

Author SHA1 Message Date
Aryn
dd3f6e1245
Merge 42e9410aad into cf6141feb4 2025-07-11 05:37:18 +03:00
Aryn
42e9410aad
Merge branch 'Mayuri-Chan:main' into main 2025-06-06 20:44:14 +05:00
Aryn
05b2ec0e07
Support Python >= 3.9 2025-05-26 13:43:52 +05:00

View file

@ -6,7 +6,7 @@ authors = [{ name = "wulan17", email = "mayuri@mayuri.my.id" }]
dependencies = ["pyaes==1.6.1", "pysocks==1.7.1", "pymediainfo-pyrofork>=6.0.1,<7.0.0"]
readme = "README.md"
license = "LGPL-3.0-or-later"
requires-python = "~=3.9"
requires-python = ">=3.9"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",