Skip to content

Commit

Permalink
Building for py36 and py37 now
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Nov 6, 2019
1 parent b53e118 commit afbb31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/deploy_conda.sh
Expand Up @@ -21,8 +21,8 @@ export CONDA_BLD_PATH=~/conda-bld

# Build the conda recipe
echo "Build the conda recipe"
conda build conda-recipe/ --python=3.6
conda build conda-recipe/ --python=3.7
conda build --python 36 conda-recipe/
conda build --python 37 conda-recipe/

# Convert the conda package to support other operating systems
echo "Convert the recipe to other OSes"
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Expand Up @@ -23,7 +23,7 @@ build:
requirements:
build:
- setuptools
- python>=3.6
- python
- qtpy
- pyside2>=5.12.*
- pip
Expand Down

0 comments on commit afbb31c

Please sign in to comment.