From e52c206684dccba2104135de237b4aea04af5694 Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Wed, 10 Jul 2019 00:01:02 +0300 Subject: [PATCH] Drop Python 2.6 Support --- .travis.yml | 3 ++- README.RU.md | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7ab332..7840a77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ language: python +dist: xenial sudo: false python: - - "2.6" - "2.7" - "3.5" - "3.6" + - "3.7" - "pypy" - "pypy3" diff --git a/README.RU.md b/README.RU.md index 55273d9..725141c 100644 --- a/README.RU.md +++ b/README.RU.md @@ -12,7 +12,7 @@ GIXY Gixy — это утилита для анализа конфигурации Nginx. Большей частью служит для обнаружения проблем безопасности, но может искать и иные ошибки. -Официально поддерживаются версии Python 2.7, 3.5 и 3.6 +Официально поддерживаются версии Python 2.7, 3.5, 3.6 и 3.7   # Что умеет diff --git a/README.md b/README.md index a520798..f416832 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ GIXY Gixy is a tool to analyze Nginx configuration. The main goal of Gixy is to prevent security misconfiguration and automate flaw detection. -Currently supported Python versions are 2.7 and 3.5+. +Currently supported Python versions are 2.7, 3.5, 3.6 and 3.7. Disclaimer: Gixy is well tested only on GNU/Linux, other OSs may have some issues.