This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch db/8390 in repository https://gitbox.apache.org/repos/asf/allura.git
commit f25bfd67c1d5d30ee241375ff73a08b06740d58e Author: Dave Brondsema <[email protected]> AuthorDate: Thu Jun 24 14:19:49 2021 -0400 [#8390] remove python 2 support from tests/docs --- .travis.yml | 6 ------ Allura/docs/getting_started/install_each_step.rst | 2 +- Allura/setup.py | 1 - 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b1cee2..4d90096 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,12 +18,6 @@ language: python jobs: include: - - python: "2.7" - dist: bionic # Ubuntu 18.04 - before_install: - - sudo apt-get install -qq python-svn - virtualenv: # only works on stock python - system_site_packages: true - python: "3.7" dist: focal # Ubuntu 20.04 before_install: diff --git a/Allura/docs/getting_started/install_each_step.rst b/Allura/docs/getting_started/install_each_step.rst index f4ff725..4bbe8f0 100644 --- a/Allura/docs/getting_started/install_each_step.rst +++ b/Allura/docs/getting_started/install_each_step.rst @@ -47,7 +47,7 @@ In these instructions, we'll use `VirtualBox <http://www.virtualbox.org>`__ and System Packages ^^^^^^^^^^^^^^^ -Before we begin, you'll need to install some system packages. Allura currently supports Python 2.7, 3.6 and 3.7. Python 3.7 is recommended, support for Python 2.7 will likely be removed soon. +Before we begin, you'll need to install some system packages. Allura currently supports Python 3.6 and 3.7. .. code-block:: bash diff --git a/Allura/setup.py b/Allura/setup.py index 48c2b4e..1e06392 100644 --- a/Allura/setup.py +++ b/Allura/setup.py @@ -46,7 +46,6 @@ setup( 'Environment :: Web Environment', 'Framework :: TurboGears', 'Intended Audience :: Developers', - 'Programming Language :: Python :: 2.7', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 'License :: OSI Approved :: Apache Software License', ],
