py3port complete
When the Python 3 port has received sufficient testing, it will be merged into the master branch. From then on, MMGen will no longer support Python 2. Users who wish to run current MMGen versions should upgrade their systems with Python 3 versions of the prerequisite libraries listed on the Install-MMGen-on-Debian-or-Ubuntu-Linux wiki page.
This commit is contained in:
parent
0eff2811e1
commit
b558d7bcb0
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ class g(object):
|
|||
|
||||
# Constants:
|
||||
|
||||
version = '0.9.999'
|
||||
release_date = 'October 2018'
|
||||
version = '0.9.999py3'
|
||||
release_date = 'November 2018'
|
||||
|
||||
proj_name = 'MMGen'
|
||||
proj_url = 'https://github.com/mmgen/mmgen'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue