diff --git a/.travis.yml b/.travis.yml index 2f6ddfb..36dbf89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.7" - "3.8" - "3.9" + - "3.10" - "pypy3" install: "pip install -r requirements.txt" script: diff --git a/README.md b/README.md index 49166c7..1908e45 100644 --- a/README.md +++ b/README.md @@ -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)*: