diff --git a/.copier-answers.yml b/.copier-answers.yml index d0b81f2..45c52e1 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,6 +1,6 @@ # Autogenerated. Do not edit this by hand, use `copier update`. --- -_commit: 0.4.5 +_commit: 0.4.8 _src_path: https://github.com/lkubb/salt-extension-copier author: EITR Technologies, LLC author_email: devops@eitr.tech diff --git a/docs/index.rst b/docs/index.rst index ba2a10b..09e6e80 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ -``saltext-consul``: Integrate Salt with Consul -============================================== +``saltext-consul``: Integrate Salt with HashiCorp Consul +======================================================== Salt Extension for interacting with HashiCorp Consul diff --git a/noxfile.py b/noxfile.py index 79a3c1d..c7db917 100755 --- a/noxfile.py +++ b/noxfile.py @@ -21,7 +21,7 @@ nox.options.default_venv_backend = "uv|virtualenv" # Python versions to test against -PYTHON_VERSIONS = ("3", "3.8", "3.9", "3.10", "3.11", "3.12") +PYTHON_VERSIONS = ("3", "3.8", "3.9", "3.10") # Be verbose when running under a CI context CI_RUN = ( os.environ.get("JENKINS_URL") or os.environ.get("CI") or os.environ.get("DRONE") is not None diff --git a/pyproject.toml b/pyproject.toml index 0b603d8..5f59a55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,6 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License",