Skip to content

Commit

Permalink
Merge pull request #71 from lkubb/drop-3005
Browse files Browse the repository at this point in the history
Fixes #70
  • Loading branch information
lkubb authored Jul 22, 2024
2 parents 232dc92 + bfd4257 commit f6f35f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ no_saltext_namespace: false
package_name: vault
project_name: vault
python_requires: '3.8'
salt_version: '3005'
salt_version: '3006'
source_url: https://github.com/salt-extensions/saltext-vault
ssh_fixtures: false
summary: Salt Extension for interacting with Vault
Expand Down
1 change: 1 addition & 0 deletions changelog/70.removed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dropped support for Salt 3005
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
EXTRA_REQUIREMENTS_INSTALL = os.environ.get("EXTRA_REQUIREMENTS_INSTALL")

COVERAGE_REQUIREMENT = os.environ.get("COVERAGE_REQUIREMENT") or "coverage==7.5.1"
SALT_REQUIREMENT = os.environ.get("SALT_REQUIREMENT") or "salt>=3005"
SALT_REQUIREMENT = os.environ.get("SALT_REQUIREMENT") or "salt>=3006"
if SALT_REQUIREMENT == "salt==master":
SALT_REQUIREMENT = "git+https://github.com/saltstack/salt.git@master"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
requires-python = ">= 3.8"
dynamic = ["version"]
dependencies = [
"salt>=3005",
"salt>=3006",
]

[project.readme]
Expand Down

0 comments on commit f6f35f7

Please sign in to comment.