Skip to content

Commit 034e57b

Browse files
committed
Drop support for Python 2.7
1 parent 2380c72 commit 034e57b

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: python
33
python:
4-
- "2.7"
54
- "3.5"
65
- "3.6"
76
- "3.7"

README.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:target: https://badge.fury.io/py/python-arango
1515
:alt: Package Version
1616

17-
.. image:: https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6%2C%203.7-blue.svg
17+
.. image:: https://img.shields.io/badge/python-3.5%2C%203.6%2C%203.7-blue.svg
1818
:target: https://github.com/joowani/python-arango
1919
:alt: Python Versions
2020

@@ -37,13 +37,19 @@ Welcome to the GitHub page for **python-arango**, a Python driver for ArangoDB_.
3737
Compatibility
3838
=============
3939

40-
- Python versions 2.7+ and 3.5+ are supported
40+
- Python versions 3.5+ are supported
4141
- Python-arango 6.x supports ArangoDB 3.7+
4242
- Python-arango 5.x supports ArangoDB 3.5 ~ 3.6
4343
- Python-arango 4.x supports ArangoDB 3.3 ~ 3.4
4444
- Python-arango 3.x supports ArangoDB 3.0 ~ 3.2
4545
- Python-arango 2.x supports ArangoDB 1.x ~ 2.x
4646

47+
Announcements
48+
=============
49+
50+
- Python-arango is dropping support for Python 2.7 from version 6.0.0.
51+
- Check out project aioarangodb_, fork of python-arango using asyncio.
52+
4753
Installation
4854
============
4955

@@ -165,4 +171,5 @@ Please take a look at this page_ before submitting a pull request. Thanks!
165171
.. _documentation:
166172
http://python-driver-for-arangodb.readthedocs.io/en/master/index.html
167173
.. _page:
168-
http://python-driver-for-arangodb.readthedocs.io/en/master/contributing.html
174+
http://python-driver-for-arangodb.readthedocs.io/en/master/contributing.html
175+
.. _aioarangodb: https://github.com/bloodbare/aioarangodb

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to the documentation for **python-arango**, a Python driver for ArangoDB
77
Compatibility
88
=============
99

10-
- Python versions 2.7+ and 3.5+ are supported
10+
- Python versions 3.5+ are supported
1111
- Python-arango 6.x supports ArangoDB 3.7+
1212
- Python-arango 5.x supports ArangoDB 3.5 ~ 3.6
1313
- Python-arango 4.x supports ArangoDB 3.3 ~ 3.4

0 commit comments

Comments
 (0)