You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2023/04/24 15:14:58 UTC

[allura] branch master updated (4b0545f44 -> d4ee28a47)

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


    from 4b0545f44 [#8504] added new csp into middleware and removed onclick inline events from html templates
     add b6b1aa5cc [#8505] support python3.11 and arbitrary versions on jenkins
     new d4ee28a47 [#8505] update documented Python versions (3.7-3.11)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Allura/docs/getting_started/install_each_step.rst | 2 +-
 scripts/{jenkins-python3.7.sh => jenkins-run.sh}  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename scripts/{jenkins-python3.7.sh => jenkins-run.sh} (97%)


[allura] 01/01: [#8505] update documented Python versions (3.7-3.11)

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit d4ee28a47adbf7f88bc6ca0d3a0ad300633dea43
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Mon Apr 24 11:14:19 2023 -0400

    [#8505] update documented Python versions (3.7-3.11)
---
 Allura/docs/getting_started/install_each_step.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Allura/docs/getting_started/install_each_step.rst b/Allura/docs/getting_started/install_each_step.rst
index 395a6dcec..2e94d17cc 100644
--- a/Allura/docs/getting_started/install_each_step.rst
+++ b/Allura/docs/getting_started/install_each_step.rst
@@ -44,7 +44,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 3.7.
+Before we begin, you'll need to install some system packages.  Allura currently supports Python 3.7 through 3.11.  The steps below use 3.7.
 
 .. code-block:: bash