Skip to content

Commit 44b2325

Browse files
authored
Merge pull request #1472 from yliaog/master
replaced 2.7.12 with 3.9.1 version, as python 2 has come to end of life
2 parents 821618f + 9a7d129 commit 44b2325

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

devel/release.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ this step and go back to the master branch if there are any API changes.
140140
## Make distribution packages
141141

142142
First make sure you are using a clean version of python. Use virtualenv and
143-
pyenv packages. Make sure you are using python 2.7.12. I would normally do this
143+
pyenv packages. Make sure you are using python 3.9.1. I would normally do this
144144
on a clean machine:
145145

146146
(install [pyenv](https://github.com/yyuu/pyenv#installation))
@@ -149,11 +149,11 @@ on a clean machine:
149149

150150
```bash
151151
git clean -xdf
152-
pyenv install -s 2.7.12
153-
pyenv global 2.7.12
152+
pyenv install -s 3.9.1
153+
pyenv global 3.9.1
154154
virtualenv .release
155155
source .release/bin/activate
156-
python --version # Make sure you get Python 2.7.12
156+
python --version # Make sure you get Python 3.9.1
157157
pip install twine
158158
```
159159

0 commit comments

Comments
 (0)