mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 03:27:34 +00:00
Update Python version requirement to 3.12 in documentation and configuration files
- Updated `DEVELOP.md` to reflect CI testing on Python 3.12. - Changed prerequisites in `INSTALL.md` to require Python 3.12 or higher. - Modified `README.md` to specify Python 3.12 as the minimum requirement. - Updated `pyproject.toml` and `uv.lock` to require Python 3.12.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ name = "moma"
|
||||
version = "0.8.11"
|
||||
description = "Terminal-based media file renamer and metadata viewer"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"mutagen>=1.47.0",
|
||||
"textual>=6.11.0",
|
||||
|
||||
Reference in New Issue
Block a user