Skip to content

Commit

Permalink
build: Drop support for python 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: William Moreno <[email protected]>
  • Loading branch information
williamjmorenor committed Jan 27, 2025
1 parent bdd45f3 commit 74dca9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Thanks for your interest in the NOW - LMS project (the project).

### Dependencies

- Requires python >= 3.8
- Requires python >= 3.9
- Requires minimun resources to run

### Quick Start
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "now_lms"
description = "Simple to {install, use, configure, mantain} learning management system."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
authors = [
{name = "BMO Soluciones", email = "[email protected]"},
]
Expand Down

0 comments on commit 74dca9e

Please sign in to comment.