@@ -2,7 +2,7 @@ lib_platform
22============
33
44
5- Version v1.2.6 as of 2020-08-08 see `Changelog `_
5+ Version v1.2.7 as of 2020-10-09 see `Changelog `_
66
77|travis_build | |license | |jupyter | |pypi |
88
@@ -43,6 +43,9 @@ Version v1.2.6 as of 2020-08-08 see `Changelog`_
4343.. |snyk | image :: https://img.shields.io/snyk/vulnerabilities/github/bitranox/lib_platform
4444 :target: https://snyk.io/test/github/bitranox/lib_platform
4545
46+ .. |black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
47+ :target: https://github.com/psf/black
48+
4649some platform related functions, which also work correctly on wine
4750
4851----
@@ -52,7 +55,7 @@ automated tests, Travis Matrix, Documentation, Badges, etc. are managed with `Pi
5255
5356Python version required: 3.6.0 or newer
5457
55- tested on linux "bionic" with python 3.6, 3.7, 3.8, 3.8 -dev, pypy3 - architectures: amd64, ppc64le, s390x, arm64
58+ tested on linux "bionic" with python 3.6, 3.7, 3.8, 3.9 -dev, pypy3 - architectures: amd64, ppc64le, s390x, arm64
5659
5760`100% code coverage <https://codecov.io/gh/bitranox/lib_platform >`_, flake8 style checking ,mypy static type checking ,tested under `Linux, macOS, Windows <https://travis-ci.org/bitranox/lib_platform >`_, automatic daily builds and monitoring
5861
@@ -251,6 +254,12 @@ Changelog
251254- new MINOR version for added functionality in a backwards compatible manner
252255- new PATCH version for backwards compatible bug fixes
253256
257+ v1.2.7
258+ --------
259+ 2020-10-09: service release
260+ - update travis build matrix for linux 3.9-dev
261+ - update travis build matrix (paths) for windows 3.9 / 3.10
262+
254263v1.2.6
255264--------
2562652020-08-08: service release
0 commit comments