Merge pull request #1374 from Badiboy/master

Python 3.10 added
This commit is contained in:
Badiboy 2021-11-27 22:30:25 +03:00 committed by GitHub
commit 5bf2415653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "pypy3"
install: "pip install -r requirements.txt"
script:

View File

@ -61,7 +61,7 @@
## Getting started
This API is tested with Python 3.6-3.9 and Pypy 3.
This API is tested with Python 3.6-3.10 and Pypy 3.
There are two ways to install the library:
* Installation using pip (a Python package manager)*: