Skip to content

Commit 72e5ce1

Browse files
committed
Update python to 3.14 and remove earlier releases
1 parent 2efef05 commit 72e5ce1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ classifiers =
1818
Operating System :: OS Independent
1919
Programming Language :: Python
2020
Programming Language :: Python :: 3
21-
Programming Language :: Python :: 3.9
2221
Programming Language :: Python :: 3.10
2322
Programming Language :: Python :: 3.11
2423
Programming Language :: Python :: 3.12
2524
Programming Language :: Python :: 3.13
25+
Programming Language :: Python :: 3.14
2626

2727
[options]
2828
packages = ff3
2929
install_requires = pycryptodome
30-
python_requires = >=3.8
30+
python_requires = >=3.10
3131

3232
[options.entry_points]
3333
console_scripts =

0 commit comments

Comments
 (0)