Skip to content

Commit 0a16da3

Browse files
committed
Update README.rst and .travis.yml with supported versions and related projects
1 parent e4f6d0d commit 0a16da3

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ arch:
55
os: linux
66
language: python
77
python:
8-
- "3.6"
8+
- "3.8"
99

1010
install:
1111
- pip install .

README.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,23 @@
22
CLI-PROTON-PYTHON
33
#################
44

5-
.. image:: https://travis-ci.org/rh-messaging/cli-proton-python.svg?branch=master
6-
:target: https://travis-ci.org/rh-messaging/cli-proton-python
7-
85
.. image:: https://badge.fury.io/py/cli-proton-python.svg
96
:target: https://badge.fury.io/py/cli-proton-python
107

118
Proton Python clients is a collection of reactive messaging test clients built on python-qpid-proton_ AMQP1.0 based messaging library. cli-proton-python is a part of Unified Messaging Test Clients that offers equivalent functionality when using different programing languages or APIs.
129

1310
current related projects:
1411

12+
* cli-cpp_
1513
* cli-java_
1614
* cli-rhea_
17-
* cli-netlite_
18-
* cli-proton-ruby_
15+
* cli-proton-dotnet_
1916

2017
************
2118
Installation
2219
************
2320

24-
cli-proton-python requires Python_ v2.6+ to run.
21+
cli-proton-python requires Python_ v3.8+ to run.
2522

2623
::
2724

@@ -76,9 +73,9 @@ License
7673

7774
.. _Python: https://python.org/
7875
.. _python-qpid-proton: https://pypi.python.org/pypi/python-qpid-proton
76+
.. _cli-cpp: https://github.com/rh-messaging/cli-cpp
7977
.. _cli-java: https://github.com/rh-messaging/cli-java
8078
.. _cli-rhea: https://github.com/rh-messaging/cli-rhea
81-
.. _cli-netlite: https://github.com/rh-messaging/cli-netlite
82-
.. _cli-proton-ruby: https://github.com/rh-messaging/cli-proton-ruby
79+
.. _cli-proton-dotnet: https://github.com/rh-messaging/cli-proton-dotnet
8380
.. _read the docummentation: http://cli-proton-python.readthedocs.io/en/latest/
8481

0 commit comments

Comments
 (0)