From bc14605fd63f0aaab7d1d6ba771bf47355982db7 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Tue, 19 Nov 2019 12:43:51 +0300 Subject: Packages: added Python 3.8 on Ubuntu 18.04, 19.04. --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index ef9e596e..f9ae3177 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,6 +9,7 @@ PACKAGES= unit \ unit-php \ unit-python unit-python2.7 unit-python3.4 \ unit-python3.5 unit-python3.6 unit-python3.7 \ + unit-python3.8 \ unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 \ unit-perl \ unit-ruby \ -- cgit From 5758a0637469bb29b3568d3311bc58505f82fc0c Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Thu, 21 Nov 2019 14:13:24 +0300 Subject: Packages: added Ubuntu 19.10 "eoan" support. --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index f9ae3177..bb4a1446 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -11,6 +11,7 @@ PACKAGES= unit \ unit-python3.5 unit-python3.6 unit-python3.7 \ unit-python3.8 \ unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 \ + unit-go1.12 unit-go1.13 \ unit-perl \ unit-ruby \ unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 -- cgit