Skip to content

Commit

Permalink
Get wipac-dev-tools[semver] Name Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Feb 8, 2024
1 parent ba48612 commit 9539a9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wipac-dev-tools[semvar]
wipac-dev-tools[semver]
4 changes: 2 additions & 2 deletions setup_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from wipac_dev_tools import (
argparse_tools,
logging_tools,
semvar_parser_tools,
semver_parser_tools,
strtobool,
)

Expand Down Expand Up @@ -124,7 +124,7 @@ def get_py3_minor(py_release: str, attr_name: str) -> int:
if not self.python_max:
versions = (
(3, min_minor),
semvar_parser_tools.get_latest_py3_release(),
semver_parser_tools.get_latest_py3_release(),
)
else:
max_minor = get_py3_minor(self.python_max, "python_max")
Expand Down

0 comments on commit 9539a9f

Please sign in to comment.