mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
reorg supported python versions
This commit is contained in:
parent
acfc861e58
commit
f3559b63b2
2 changed files with 2 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ GIT_REPO_DOMAIN="gitlab.com"
|
|||
PACKAGE_VERSION="v201812.0007-beta"
|
||||
|
||||
DEFAULT_PYTHON_VERSION="python=3.6"
|
||||
SUPPORTED_PYTHON_VERSIONS="python=2.7 pypy2.7 pypy3.5 python=3.5 python=3.6 python=3.7"
|
||||
SUPPORTED_PYTHON_VERSIONS="python=2.7 python=3.5 python=3.6 python=3.7 pypy2.7 pypy3.5"
|
||||
|
||||
IS_PUBLIC=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue