From b8ba1efd93b875cc1c30abf3ce357f4a8b409984 Mon Sep 17 00:00:00 2001 From: "salt-extensions-renovatebot[bot]" <182623858+salt-extensions-renovatebot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 05:09:02 +0000 Subject: [PATCH] Update dependency https://github.com/salt-extensions/salt-extension-copier to v0.4.8 --- .copier-answers.yml | 2 +- docs/index.rst | 4 ++-- noxfile.py | 2 +- pyproject.toml | 2 -- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 8df3ff4..2fcb1a7 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/salt-extensions/salt-extension-copier author: EITR Technologies, LLC author_email: devops@eitr.tech diff --git a/docs/index.rst b/docs/index.rst index b9e9031..56647d8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ -``saltext-zookeeper``: Integrate Salt with Zookeeper -==================================================== +``saltext-zookeeper``: Integrate Salt with Apache Zookeeper +=========================================================== Salt Extension for interacting with Apache Zookeeper diff --git a/noxfile.py b/noxfile.py index d79b5b7..0008318 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 a807648..66d035f 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",