Skip to content

Commit 856cac8

Browse files
committed
⬆️ Upgrade python version
1 parent aef0bbb commit 856cac8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ name = "repl-python-wakatime"
88
description = "Python REPL plugin for automatic time tracking and metrics generated from your programming activity"
99
authors = [{ name = "Wu Zhenyu", email = "wuzhenyu@ustc.edu" }]
1010
readme = "README.md"
11-
requires-python = ">= 3.7"
11+
# Self
12+
requires-python = ">= 3.11"
1213
keywords = ["wakatime", "plugin", "python", "ipython", "ptpython"]
1314
license = { text = "GPL v3" }
1415
classifiers = [

0 commit comments

Comments
 (0)