Skip to content

Commit 537a8b8

Browse files
authored
Merge pull request #140 from DevoInc/feature/PAR-12716
fix: Some documentation fixes, mostly related to dependencies and com…
2 parents 3fb6cba + 1fb357f commit 537a8b8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [3.6.1] - 2022-05-19
88
### Fixed
99
* Dependencies added to `setup.py`
10+
* Some documentation fixes, mostly related to dependencies and compatibilities with Python versions
1011

1112

1213
## [3.6.0] - 2022-05-17

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[![master Build Status](https://travis-ci.com/DevoInc/python-sdk.svg?branch=master)](https://travis-ci.com/DevoInc/python-sdk) [![LICENSE](https://img.shields.io/dub/l/vibe-d.svg)](https://github.com/DevoInc/python-sdk/blob/master/LICENSE)
33

4-
[![wheel](https://img.shields.io/badge/wheel-yes-brightgreen.svg)](https://pypi.org/project/devo-sdk/) [![version](https://img.shields.io/badge/version-3.5.0-blue.svg)](https://pypi.org/project/devo-sdk/) [![python](https://img.shields.io/badge/python-3.5%20%7C%203.6%20%7C%203.7%20%7C%203.8-blue.svg)](https://pypi.org/project/devo-sdk/)
4+
[![wheel](https://img.shields.io/badge/wheel-yes-brightgreen.svg)](https://pypi.org/project/devo-sdk/) [![version](https://img.shields.io/badge/version-3.6.1-blue.svg)](https://pypi.org/project/devo-sdk/) [![python](https://img.shields.io/badge/python-3.5%20%7C%203.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue.svg)](https://pypi.org/project/devo-sdk/)
55

66

77
# Devo Python SDK
@@ -16,7 +16,7 @@ This is the SDK to access Devo directly from Python. It can be used to:
1616
The Devo SDK for Python requires Python 3.5+
1717

1818
## Compatibility
19-
- Tested compatibility for python 3.5, 3.6 and 3.7
19+
- Tested compatibility for python 3.5, 3.6, 3.7, 3.8 and 3.9
2020

2121
## Quick Start
2222
### Installing the SDK

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"Programming Language :: Python :: 3.5",
2121
"Programming Language :: Python :: 3.6",
2222
"Programming Language :: Python :: 3.7",
23+
"Programming Language :: Python :: 3.8",
24+
"Programming Language :: Python :: 3.9",
2325
"Programming Language :: Python :: Implementation :: CPython",
2426
"Programming Language :: Python :: Implementation :: PyPy",
2527
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)