Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pymkv2"
version = "2.1.1"
version = "2.1.2"
description = "A Python wrapper for mkvmerge. It provides support for muxing, splitting, linking, chapters, tags, and attachments through the use of mkvmerge."
authors = [
{name = "GitBib", email = "job@bnff.website"},
Expand Down Expand Up @@ -35,14 +35,14 @@ dependencies = [
[dependency-groups]
dev = [
"pre-commit<5.0.0,>=4.0.1",
"Sphinx<9.0.0,>=8.1.3; python_version >= \"3.10\"",
"Sphinx<9.0.0,>=8.1.3; python_version == \"3.13\"",
"pytest<9.0.0,>=8.3.4",
"pytest-cov>=6.0.0,<8.0.0",
"pytest-ruff<1.0.0,>=0.4.1",
"pytest-mypy>=0.10.3,<2.0.0",
"mypy<2.0.0,>=1.14.1",
"ruff<1.0.0,>=0.9.0",
"sphinx-immaterial<0.14.0,>=0.12.4; python_version >= \"3.10\"",
"sphinx-immaterial<0.14.0,>=0.12.4; python_version == \"3.13\"",
"pyinstrument>=5.1.1",
]

Expand Down
125 changes: 45 additions & 80 deletions uv.lock

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