Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python2 is not supported
#3
If your code only supports python 3, the python version is not something it should be checking at all.

Instead, specify the python 3 requirement in your setup.py, mention it in your readme, mention it in your docs.
That should be enough. If people still try using it with python 2, it's their problem.
Reply


Messages In This Thread
Python2 is not supported - by Skaperen - Mar-01-2019, 07:50 AM
RE: Python2 is not supported - by ichabod801 - Mar-01-2019, 04:32 PM
RE: Python2 is not supported - by stranac - Mar-01-2019, 07:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Trying to run a python2 script dagamer1991 3 2,580 Aug-12-2019, 12:33 PM
Last Post: buran
  python2.7 executables thus the system python2.7 was erroring utility.execute()? vivekm 1 1,787 May-20-2019, 11:24 AM
Last Post: vivekm

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020