Skip to content

Commit

Permalink
drop 3003 from salt version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes committed Dec 28, 2023
1 parent dfcd3d4 commit 3c1832e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
max-parallel: 4
matrix:
include:
- {salt-version: "3003", python-version: "3.8"}
- {salt-version: "3003", python-version: "3.9"}
- {salt-version: "3004", python-version: "3.8"}
- {salt-version: "3004", python-version: "3.9"}
- {salt-version: "3004", python-version: "3.10"}
Expand Down
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_VERSION_REQUIREMENT = "coverage==5.2"
SALT_REQUIREMENT = os.environ.get("SALT_REQUIREMENT") or "salt>=3003"
SALT_REQUIREMENT = os.environ.get("SALT_REQUIREMENT") or "salt>=3004"
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 @@ -74,7 +74,7 @@ lint = [
tests = [
"pytest>=6.1.0",
"pytest-salt-factories>=1.0.0rc19",
"salt>=3003",
"salt>=3004",
]

[project.entry-points."salt.loader"]
Expand Down

0 comments on commit 3c1832e

Please sign in to comment.