]> git.ipfire.org Git - thirdparty/bind9.git/commit
Require Python 3.6+ for running Python-based tests
authorMichał Kępień <michal@isc.org>
Fri, 22 Apr 2022 09:25:27 +0000 (11:25 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 22 Apr 2022 09:25:27 +0000 (11:25 +0200)
commitbeaaa7f4e230acc42e098c76444a052fac8d4c42
tree597f8dbafef5eaf96d4c7a989462db1771f9a1c1
parent7f3b559b04ab55c5f3c4f07a30abf4801e3164ed
Require Python 3.6+ for running Python-based tests

configure.ac currently requires Python 3.4 for running Python-based
system tests.  Meanwhile, there are some features in Python 3.6+ that we
would like to use for making our Python code cleaner (e.g. f-strings).
Update the minimum Python version required for running Python-based
system tests to 3.6, noting that:

  - Python 3.4 has reached end-of-life on March 18th, 2019.
  - Python 3.5 has reached end-of-life on September 5th, 2020.
configure.ac