diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b6fba9..6dfefe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + python-version: ['3.11', '3.12', '3.13', '3.14'] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -73,7 +73,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + python-version: ['3.11', '3.12', '3.13', '3.14'] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 diff --git a/debian/control b/debian/control index 06e89c0..12955e9 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Homepage: https://tuxrun.org/ Package: tuxrun Architecture: all -Depends: python3 (>= 3.6), +Depends: python3 (>= 3.11), python3-requests, python3-jinja2, python3-yaml, diff --git a/pyproject.toml b/pyproject.toml index b6f58e3..4a5a7e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ maintainers = [ ] readme = "README.md" classifiers = ["License :: OSI Approved :: MIT License"] -requires-python = ">=3.6" +requires-python = ">=3.11" dynamic = ["version", "description"] dependencies = [ "argcomplete", diff --git a/tuxrun.spec b/tuxrun.spec index 98597ef..cebe482 100644 --- a/tuxrun.spec +++ b/tuxrun.spec @@ -30,7 +30,7 @@ Requires: tuxlava BuildArch: noarch -Requires: python3 >= 3.6 +Requires: python3 >= 3.11 %global debug_package %{nil}