Skip to content

Commit

Permalink
Update pyproject.toml (#33)
Browse files Browse the repository at this point in the history
Corrected minimum version
  • Loading branch information
TimeTravelPenguin authored Mar 4, 2024
1 parent 92fc5ec commit 7cde446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "BAET"
version = "1.0.0.post128.dev0"
version = "1.0.2"
# TODO: Make PEP621 compliant - https://github.com/python-poetry/roadmap/issues/3
#requires-python = ">=3.11"
description = "A tool to bulk extract audio tracks from video using FFmpeg"
Expand Down Expand Up @@ -37,7 +37,7 @@ repository = "https://github.com/TimeTravelPenguin/BulkAudioExtractTool"
baet = "BAET.__main__:main"

[tool.poetry.dependencies]
python = ">=3.11,<4.0.0"
python = ">=3.12,<4.0.0"
asyncio = "^3.4.3"
bidict = "^0.23.1"
click-option-group = "^0.5.6"
Expand Down

0 comments on commit 7cde446

Please sign in to comment.