Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 1a80691

Browse files
committed
use Python v3.6.1
1 parent a661de0 commit 1a80691

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ env:
1313

1414
pyenv:
1515
pyenv install -s 2.7.11
16-
pyenv install -s 3.5.2
16+
pyenv install -s 3.6.1
1717
pyenv install -s pypy-5.3.1
1818
# pyenv install -s pypy3-2.4.0
19-
pyenv local 2.7.11 3.5.2 pypy-5.3.1 # pypy3-2.4.0
19+
pyenv local 2.7.11 3.6.1 pypy-5.3.1 # pypy3-2.4.0
2020

2121
dev: env pyenv
2222
pip install -Ur requirements.testing.txt
@@ -63,6 +63,6 @@ upload: clean
6363
pyenv 2.7.11
6464
python setup.py sdist upload
6565
python setup.py bdist_wheel upload
66-
pyenv 3.5.1
66+
pyenv 3.6.1
6767
python setup.py bdist_wheel upload
68-
pyenv local 2.7.11 3.5.2 pypy-5.3.1
68+
pyenv local 2.7.11 3.6.1 pypy-5.3.1

0 commit comments

Comments
 (0)