diff options
| author | tassaron | 2026-01-14 14:00:24 -0500 |
|---|---|---|
| committer | tassaron | 2026-01-14 14:00:24 -0500 |
| commit | 79f888cfb07723930c4c64bb10ffe068ab60971a (patch) | |
| tree | 23283b3cb72d3e68fefc2c6d081d73359e710487 /pyproject.toml | |
| parent | 025db7a468f14405fb8d7ea6ab38f73b54a54feb (diff) | |
change Python >=3.13 to >=3.12
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 58fb936..51223b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ build-backend = "uv_build" [project] name = "audio-visualizer-python" description = "Create audio visualization videos from a GUI or commandline" -version = "2.1.0" -requires-python = ">= 3.13" +version = "2.1.1" +requires-python = ">= 3.12" license = "MIT" classifiers=[ "Development Status :: 4 - Beta", |
