File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## [ 3.6.1] - 2022-05-19
8
8
### Fixed
9
9
* Dependencies added to ` setup.py `
10
+ * Some documentation fixes, mostly related to dependencies and compatibilities with Python versions
10
11
11
12
12
13
## [ 3.6.0] - 2022-05-17
Original file line number Diff line number Diff line change 1
1
2
2
[ ![ 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 )
3
3
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/ )
5
5
6
6
7
7
# Devo Python SDK
@@ -16,7 +16,7 @@ This is the SDK to access Devo directly from Python. It can be used to:
16
16
The Devo SDK for Python requires Python 3.5+
17
17
18
18
## 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
20
20
21
21
## Quick Start
22
22
### Installing the SDK
Original file line number Diff line number Diff line change 20
20
"Programming Language :: Python :: 3.5" ,
21
21
"Programming Language :: Python :: 3.6" ,
22
22
"Programming Language :: Python :: 3.7" ,
23
+ "Programming Language :: Python :: 3.8" ,
24
+ "Programming Language :: Python :: 3.9" ,
23
25
"Programming Language :: Python :: Implementation :: CPython" ,
24
26
"Programming Language :: Python :: Implementation :: PyPy" ,
25
27
"Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments