Fixed Python 3.8 compatibility bugs; classmethod+property workaround; control session buffer

This commit is contained in:
2022-04-08 11:53:53 +02:00
parent 3a8fcb2d5a
commit db306a1a1f
18 changed files with 130 additions and 73 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: 2
build:
os: 'ubuntu-20.04'
tools:
python: '3.9'
python: '3.8'
python:
install:
- method: pip