Skip to content

Commit 181a41d

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent ba2a9e2 commit 181a41d

File tree

4 files changed

+663
-7
lines changed

4 files changed

+663
-7
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ target/
7272
# Jupyter Notebook
7373
.ipynb_checkpoints
7474

75-
# pyenv
76-
.python-version
77-
7875
# celery beat schedule file
7976
celerybeat-schedule
8077

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "your-package-name"
77
dynamic = ["version"]
8-
requires-python = "==3.13.*"
8+
requires-python = ">=3.11"
99
dependencies = []
1010
authors = [{ name = "Ben Welsh", email = "[email protected]" }]
1111
description = "Your package description"

0 commit comments

Comments
 (0)