VirtualBox

Changeset 102880 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jan 15, 2024 7:08:54 PM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161100
Message:

Installer: Added support for Python 3.11.

Location:
trunk/src/VBox/Installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/routines.sh

    r98468 r102880  
    445445    # quite a bit of time.
    446446    PYTHONS=""
    447     for p in python2.6 python2.7 python2 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 python3 python; do
     447    for p in python2.6 python2.7 python2 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 python3.11 python3 python; do
    448448        if [ "`$p -c 'import sys
    449449if sys.version_info >= (2, 6) and (sys.version_info < (3, 0) or sys.version_info >= (3, 3)):
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r98103 r102880  
    13491349                # double installs which waste quite a bit of time.
    13501350                PYTHONS=""
    1351                 for p in python2.4 python2.5 python2.6 python2.7 python2 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 python3 python; do
     1351                for p in python2.4 python2.5 python2.6 python2.7 python2 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 python3.11 python3 python; do
    13521352                    if [ "`$p -c 'import sys
    13531353if sys.version_info >= (2, 4) and (sys.version_info < (3, 0) or sys.version_info >= (3, 3)):
     
    14781478
    14791479exit "$?"
    1480 
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette