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:
sha
2026-04-12 12:05:05 +03:00
parent cff973dd94
commit bc2ab3a777
10 changed files with 19 additions and 74 deletions
+5 -5
View File
@@ -4,7 +4,7 @@ moma is a terminal-based media file renamer and metadata viewer built with Pytho
## Prerequisites
- Python 3.11 or higher
- Python 3.12 or higher
- UV package manager (recommended) or pip
## Installation Methods
@@ -81,7 +81,7 @@ uv tool install --editable .
If you prefer not to install globally:
```bash
# Ensure you have Python 3.11+
# Ensure you have Python 3.12+
python3 --version
# Install dependencies
@@ -95,7 +95,7 @@ python3 src/main.py /path/to/directory
## System Requirements
### Linux
- Python 3.11+
- Python 3.12+
- MediaInfo library (for detailed media analysis)
```bash
# Ubuntu/Debian
@@ -109,11 +109,11 @@ python3 src/main.py /path/to/directory
```
### macOS
- Python 3.11+ (via Homebrew or official installer)
- Python 3.12+ (via Homebrew or official installer)
- MediaInfo (automatically handled by pymediainfo)
### Windows
- Python 3.11+ (official installer)
- Python 3.12+ (official installer)
- MediaInfo (automatically handled by pymediainfo)
## Downloading Releases