We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efef05 commit 72e5ce1Copy full SHA for 72e5ce1
1 file changed
setup.cfg
@@ -18,16 +18,16 @@ classifiers =
18
Operating System :: OS Independent
19
Programming Language :: Python
20
Programming Language :: Python :: 3
21
- Programming Language :: Python :: 3.9
22
Programming Language :: Python :: 3.10
23
Programming Language :: Python :: 3.11
24
Programming Language :: Python :: 3.12
25
Programming Language :: Python :: 3.13
+ Programming Language :: Python :: 3.14
26
27
[options]
28
packages = ff3
29
install_requires = pycryptodome
30
-python_requires = >=3.8
+python_requires = >=3.10
31
32
[options.entry_points]
33
console_scripts =
0 commit comments