mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
lint fix
This commit is contained in:
parent
3882418dc6
commit
3dd116188a
3 changed files with 4 additions and 2 deletions
4
makefile
4
makefile
|
|
@ -6,7 +6,7 @@ PACKAGE_NAME := pycalver
|
|||
# - `make ipy`
|
||||
# - `make lint`
|
||||
# - `make devtest`
|
||||
DEVELOPMENT_PYTHON_VERSION := python=3.7
|
||||
DEVELOPMENT_PYTHON_VERSION := python=3.8
|
||||
|
||||
# These must be valid (space separated) conda package names.
|
||||
# A separate conda environment will be created for each of these.
|
||||
|
|
@ -18,7 +18,7 @@ DEVELOPMENT_PYTHON_VERSION := python=3.7
|
|||
# - python=3.7
|
||||
# - pypy2.7
|
||||
# - 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.5 python=3.6 python=3.8 pypy2.7 pypy3.5
|
||||
|
||||
|
||||
include makefile.bootstrapit.make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue