mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
compat fix for py27
This commit is contained in:
parent
9eda61d95b
commit
630b5cd750
2 changed files with 2 additions and 2 deletions
|
|
@ -18,4 +18,4 @@ DEVELOPMENT_PYTHON_VERSION := python=3.6
|
||||||
# - python=3.7
|
# - python=3.7
|
||||||
# - pypy2.7
|
# - pypy2.7
|
||||||
# - pypy3.5
|
# - pypy3.5
|
||||||
SUPPORTED_PYTHON_VERSIONS := python=2.7 python=3.5 python=3.6 python=3.7 pypy2.7 pypy3.5
|
SUPPORTED_PYTHON_VERSIONS := python=2.7 python=3.4 python=3.6 python=3.7 pypy2.7 pypy3.5
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ def _debug_str(cfg: Config) -> str:
|
||||||
cfg_str_parts = [
|
cfg_str_parts = [
|
||||||
f"Config Parsed: Config(",
|
f"Config Parsed: Config(",
|
||||||
f"current_version='{cfg.current_version}'",
|
f"current_version='{cfg.current_version}'",
|
||||||
f"version_pattern='{{pycalver}}'",
|
"version_pattern='{pycalver}'",
|
||||||
f"pep440_version='{cfg.pep440_version}'",
|
f"pep440_version='{cfg.pep440_version}'",
|
||||||
f"commit={cfg.commit}",
|
f"commit={cfg.commit}",
|
||||||
f"tag={cfg.tag}",
|
f"tag={cfg.tag}",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue