diff options
-rw-r--r-- | etc/config/python.amazon.properties | 14 | ||||
-rw-r--r-- | etc/config/python.defaults.properties | 10 |
2 files changed, 14 insertions, 10 deletions
diff --git a/etc/config/python.amazon.properties b/etc/config/python.amazon.properties index f9a6bb076..f348a605f 100644 --- a/etc/config/python.amazon.properties +++ b/etc/config/python.amazon.properties @@ -2,15 +2,17 @@ compilers=&python3 defaultCompiler=python310 group.python3.compilers=python35:python36:python37:python38:python39:python310 -compiler.python35.name=Python 3.5 +group.python3.isSemVer=true +group.python3.baseName=Python compiler.python35.exe=/opt/compiler-explorer/python-3.5.9/bin/python3.5 -compiler.python36.name=Python 3.6 +compiler.python35.semver=3.5 compiler.python36.exe=/opt/compiler-explorer/python-3.6.10/bin/python3.6 -compiler.python37.name=Python 3.7 +compiler.python36.semver=3.6 compiler.python37.exe=/opt/compiler-explorer/python-3.7.6/bin/python3.7 -compiler.python38.name=Python 3.8 +compiler.python37.semver=3.7 compiler.python38.exe=/opt/compiler-explorer/python-3.8.1/bin/python3.8 -compiler.python39.name=Python 3.9 +compiler.python38.semver=3.8 compiler.python39.exe=/opt/compiler-explorer/python-3.9.6/bin/python3.9 -compiler.python310.name=Python 3.10 +compiler.python39.semver=3.9 compiler.python310.exe=/opt/compiler-explorer/python-3.10.0/bin/python3.10 +compiler.python310.semver=3.10 diff --git a/etc/config/python.defaults.properties b/etc/config/python.defaults.properties index 6091160f6..03eab0a8d 100644 --- a/etc/config/python.defaults.properties +++ b/etc/config/python.defaults.properties @@ -1,14 +1,16 @@ compilers=&python3 group.python3.compilers=python35:python36:python37:python38 -compiler.python35.name=Python 3.5 +group.python3.isSemVer=true +group.python3.baseName=Python compiler.python35.exe=python3.5 -compiler.python36.name=Python 3.6 +compiler.python35.semver=3.5 compiler.python36.exe=python3.6 -compiler.python37.name=Python 3.7 +compiler.python36.semver=3.6 compiler.python37.exe=python3.7 -compiler.python38.name=Python 3.8 +compiler.python37.semver=3.7 compiler.python38.exe=python3.8 +compiler.python38.semver=3.8 supportsBinary=false interpreted=true |