Skip to content

Commit 2ab4b14

Browse files
committed
Update pyproject
1 parent 70ca81e commit 2ab4b14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ authors = [
1313

1414
description = "Freqtrade TUI"
1515
readme = "README.md"
16-
requires-python = ">=3.9"
16+
requires-python = ">=3.10"
1717
license = {text = "MIT"}
1818
classifiers = [
1919
"Environment :: Console",
2020
"Intended Audience :: Science/Research",
2121
"License :: OSI Approved :: MIT License",
22-
"Programming Language :: Python :: 3.9",
2322
"Programming Language :: Python :: 3.10",
2423
"Programming Language :: Python :: 3.11",
2524
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2627
"Operating System :: MacOS",
2728
"Operating System :: Unix",
2829
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)