We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0bbb commit 856cac8Copy full SHA for 856cac8
pyproject.toml
@@ -8,7 +8,8 @@ name = "repl-python-wakatime"
8
description = "Python REPL plugin for automatic time tracking and metrics generated from your programming activity"
9
authors = [{ name = "Wu Zhenyu", email = "wuzhenyu@ustc.edu" }]
10
readme = "README.md"
11
-requires-python = ">= 3.7"
+# Self
12
+requires-python = ">= 3.11"
13
keywords = ["wakatime", "plugin", "python", "ipython", "ptpython"]
14
license = { text = "GPL v3" }
15
classifiers = [
0 commit comments