Skip to content

Commit

Permalink
Drop Python 2.6 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
buglloc committed Jul 9, 2019
1 parent fa9315c commit 5a67dc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python
dist: xenial
sudo: false
python:
- "2.6"
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"

Expand Down
2 changes: 1 addition & 1 deletion README.RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GIXY
Gixy — это утилита для анализа конфигурации Nginx.
Большей частью служит для обнаружения проблем безопасности, но может искать и иные ошибки.

Официально поддерживаются версии Python 2.7, 3.5 и 3.6
Официально поддерживаются версии Python 2.7, 3.5, 3.6 и 3.7

 
# Что умеет
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5a67dc3

Please sign in to comment.