Skip to content

Commit d267d3e

Browse files
committed
feat: modify project to require version 3.13 of Python
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent f34e8b9 commit d267d3e

3 files changed

Lines changed: 4 additions & 104 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.18
1+
3.13.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bonacci"
33
version = "0.0.0"
44
dependencies = []
5-
requires-python = ">=3.10"
5+
requires-python = ">=3.13"
66
authors = [
77
{name = "Leonardo Bonacci", email = "leonardo@bonacci.com"},
88
]

0 commit comments

Comments
 (0)