Python 3.10 added

This commit is contained in:
Badiboy 2021-11-27 22:29:57 +03:00
parent 4ba23562ef
commit 7d9856dae3
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)*: