Skip to content

Commit ce42999

Browse files
committed
[DOC/TEST] Only support and test current Python versions
Signed-off-by: Olivier Mehani <[email protected]>
1 parent d792617 commit ce42999

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.4"
5-
- "3.5"
63
- "3.6"
74
- "3.7"
5+
- "3.8"
6+
- "3.9"
87

98
before_install:
109
# Login to docker hub

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313
- Updated testing commands and dependency declaration to remove deprecated uses
1414
of setuptool's `tests_require` configuration and `test` command.
1515

16+
### Added
17+
- Started active support for Python 3.7--3.9
18+
19+
### Changed
20+
- Dropped support for EoLed Python<3.6
21+
1622
## [v0.3.1] - 2019-08-07
1723
### Fixed
1824
- Fixed an issue where the `DataApi` class's `results_iter` method would return no data

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,9 @@ There's more features, besides. See the detailed list of SDK features on the [re
5555
Not using Python? See the [SDKs for other languages](https://help.learnosity.com/hc/en-us/sections/360000194318-Server-side-development-SDKs).
5656

5757
### Supported Python Versions
58-
The following Python versions are tested and supported:
5958

60-
* 3.6.x
61-
* 3.5.x
62-
* 3.4.x
63-
* 3.3.x
59+
We support and test for [all currently supported versions of
60+
Python](https://devguide.python.org/#status-of-python-branches).
6461

6562
[(Back to top)](#table-of-contents)
6663

@@ -323,4 +320,4 @@ Thanks for reading to the end! Find more information about developing an app wit
323320
* [reference.learnosity.com](http://reference.learnosity.com) -- developer reference site, and
324321
* [authorguide.learnosity.com](http://authorguide.learnosity.com) -- authoring documentation for content creators.
325322

326-
[(Back to top)](#table-of-contents)
323+
[(Back to top)](#table-of-contents)

0 commit comments

Comments
 (0)