We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ca81e commit 2ab4b14Copy full SHA for 2ab4b14
pyproject.toml
@@ -13,16 +13,17 @@ authors = [
13
14
description = "Freqtrade TUI"
15
readme = "README.md"
16
-requires-python = ">=3.9"
+requires-python = ">=3.10"
17
license = {text = "MIT"}
18
classifiers = [
19
"Environment :: Console",
20
"Intended Audience :: Science/Research",
21
"License :: OSI Approved :: MIT License",
22
- "Programming Language :: Python :: 3.9",
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
26
+ "Programming Language :: Python :: 3.14",
27
"Operating System :: MacOS",
28
"Operating System :: Unix",
29
"Operating System :: Microsoft :: Windows",
0 commit comments