Skip to content

Commit

Permalink
Dropped QA for Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Sep 9, 2019
1 parent f873026 commit 7e5c82d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ language: python
sudo: false

python:
- 2.7
- 3.5
- 3.6
- 3.7
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ uwsgiconf changelog
===================


Unreleased
----------
! Dropped QA for Python 2.


v0.16.0
-------
+ Added ArgsFormatter (repesent options as command line args).
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ uwsgiconf
=========
https://github.com/idlesign/uwsgiconf


.. image:: https://idlesign.github.io/lbc/py2-lbc.svg
:target: https://idlesign.github.io/lbc/
:alt: LBC Python 2


|release| |lic| |ci| |coverage|

.. |release| image:: https://img.shields.io/pypi/v/uwsgiconf.svg
Expand Down
5 changes: 5 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@ By that time you already know that **uwsgiconf** is just another configuration m
Requirements
------------

.. image:: https://idlesign.github.io/lbc/py2-lbc.svg
:target: https://idlesign.github.io/lbc/
:alt: LBC Python 2

1. Python 2.7+, 3.5+
2. ``click`` package (optional, for CLI)
3. uWSGI (``uwsgi`` or ``pyuwsgi``)



Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See http://tox.readthedocs.org/en/latest/examples.html for samples.
[tox]
envlist = py{27,35,36,37}
envlist = py{35,36,37}

skip_missing_interpreters = True

Expand Down

0 comments on commit 7e5c82d

Please sign in to comment.