diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 3185ca0..78aa674 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -25,7 +25,7 @@ jobs: id: generate_matrix uses: coactions/dynamic-matrix@v1 with: - min_python: "3.8" + min_python: "3.9" max_python: "3.12" default_python: "3.11" # used by jobs in other_names other_names: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0135a78..42eda47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -109,7 +109,7 @@ repos: args: - src - tests - - --python-version=3.8 + - --python-version=3.9 pass_filenames: false - repo: https://github.com/jazzband/pip-tools diff --git a/pyproject.toml b/pyproject.toml index b5fa36a..32a98b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["ansible", "collections", "tox"] license = {text = "MIT"} maintainers = [{"name" = "Ansible by Red Hat", "email" = "info@ansible.com"}] authors = [{"name" = "Bradley A. Thornton", "email" = "bthornto@redhat.com"}] -requires-python = ">=3.8" +requires-python = ">=3.9" classifiers = [ 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', @@ -25,7 +25,6 @@ classifiers = [ 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', diff --git a/tox.ini b/tox.ini index 40a12b9..805226d 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ set_env = PIP_CONSTRAINT = {toxinidir}/requirements.txt PRE_COMMIT_COLOR = always TERM = xterm-256color - lint, py38, py39: PIP_CONSTRAINT = /dev/null + lint, py39: PIP_CONSTRAINT = /dev/null commands_pre = sh -c "rm -f .tox/.coverage* **/*.pyc 2>/dev/null || true" commands =