configure: reject Python 2.
commit031f204a10bba72ce5006c2aa66dad0ef0c52512
authorNick Mathewson <nickm@torproject.org>
Mon, 25 Nov 2019 18:01:04 +0000 (25 13:01 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 25 Nov 2019 18:01:04 +0000 (25 13:01 -0500)
treeaf263717311321cefa68dcbd7ca63a0e02d8f472
parent31f8b4fa65b446a3ae4ce67051a7f0aabcd22a97
configure: reject Python 2.

Python 2 will be end-of-life as of 1 Jan 2020, so we can finally
stop supporting it.  As a first step, we should make our configure
script stop accepting python 2 as something acceptable to run our
tests with.

Closes ticket 32608.
changes/ticket32608 [new file with mode: 0644]
configure.ac