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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: "Set up Python"
uses: "actions/setup-python@v5"
with:
python-version: "3.9"
python-version: "3.10"
- name: "Build distribution packages"
run: make package-check
- name: "Save distribution directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
fail-fast: false
matrix:
python-version: [
"3.9",
"3.10",
"3.11",
"3.12",
"3.13",
"3.14",
]
steps:
- name: "Check out repository"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.10
rev: v0.14.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dynamic = [
"readme",
]
description = "Python command line wrapper around MediaConch policy checks."
requires-python = ">=3.9"
requires-python = ">=3.10"
license = {file = "LICENSE"}
dependencies = [
"lxml",
Expand All @@ -33,11 +33,11 @@ classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
authors = [
{name = "Artefactual Systems Inc.", email = "[email protected]"}
Expand Down
36 changes: 18 additions & 18 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --extra=dev --output-file=requirements-dev.txt pyproject.toml
#
build==1.2.2.post1
build==1.3.0
# via pip-tools
click==8.1.8
click==8.3.1
# via pip-tools
coverage[toml]==7.8.0
coverage[toml]==7.12.0
# via
# ammcpc (pyproject.toml)
# pytest-cov
exceptiongroup==1.3.0
# via pytest
importlib-metadata==8.7.0
# via build
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
lxml==5.4.0
lxml==6.0.2
# via ammcpc (pyproject.toml)
packaging==25.0
# via
# build
# pytest
pip-tools==7.4.1
pip-tools==7.5.2
# via ammcpc (pyproject.toml)
pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.19.2
# via pytest
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.3.5
pytest==9.0.1
# via
# ammcpc (pyproject.toml)
# pytest-cov
pytest-cov==6.1.1
pytest-cov==7.0.0
# via ammcpc (pyproject.toml)
ruff==0.11.10
ruff==0.14.5
# via ammcpc (pyproject.toml)
tomli==2.2.1
tomli==2.3.0
# via
# build
# coverage
# pip-tools
# pytest
typing-extensions==4.13.2
typing-extensions==4.15.0
# via exceptiongroup
wheel==0.45.1
# via pip-tools
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==25.1.1
pip==25.3
# via pip-tools
setuptools==80.8.0
setuptools==80.9.0
# via pip-tools
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml
#
lxml==5.4.0
lxml==6.0.2
# via ammcpc (pyproject.toml)