Skip to content

Commit

Permalink
Fixes #20120: Add python3 version to release data
Browse files Browse the repository at this point in the history
  • Loading branch information
peckpeck committed Oct 13, 2021
1 parent eeea062 commit be67429
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions release-data/system-infos.cson
@@ -1,6 +1,7 @@
postgresql = {
"debian-9": "9.6"
"debian-9": "9.6"
"debian-10": "10.6"
"debian-11": "13.4"
"ubuntu-18.04": "10.3"
"ubuntu-20.04": "12.2"
"rhel-7": "9.2"
Expand All @@ -9,4 +10,11 @@ postgresql = {
"sles-15": "10.3"
}


python3 = {
"debian-10": "3.7"
"debian-11": "3.9"
"ubuntu-18.04": "3.6"
"ubuntu-20.04": "3.8"
"rhel-8": "3.6"
"sles-15": "3.6"
}
4 changes: 2 additions & 2 deletions release-data/systems.cson
@@ -1,6 +1,6 @@
# List operating systems properties

debian = {
debian = {
aliases = [ ]
package-format = "dpkg"
name = "Debian"
Expand All @@ -16,7 +16,7 @@ debian = {
}
}

armbian = {
armbian = {
aliases = [ ]
package-format = "dpkg"
name = "Armbian"
Expand Down

0 comments on commit be67429

Please sign in to comment.