summaryrefslogtreecommitdiff
path: root/changes/ticket32608
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-25 13:01:04 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-25 13:01:04 -0500
commit031f204a10bba72ce5006c2aa66dad0ef0c52512 (patch)
treeaf263717311321cefa68dcbd7ca63a0e02d8f472 /changes/ticket32608
parent31f8b4fa65b446a3ae4ce67051a7f0aabcd22a97 (diff)
downloadtor-031f204a10bba72ce5006c2aa66dad0ef0c52512.tar.gz
tor-031f204a10bba72ce5006c2aa66dad0ef0c52512.zip
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.
Diffstat (limited to 'changes/ticket32608')
-rw-r--r--changes/ticket326084
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32608 b/changes/ticket32608
new file mode 100644
index 0000000000..2915e62caa
--- /dev/null
+++ b/changes/ticket32608
@@ -0,0 +1,4 @@
+ o New system requirements:
+ - When building Tor, you now need to have Python 3 in order to
+ run the integration tests. (Python 2 is officially unsupported
+ upstream, as of 1 Jan 2020.) Closes ticket 32608.