diff --git a/.travis.yml b/.travis.yml index 7228e02..46c95ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - "3.7" - "3.8" - "3.9" + - "3.10" - "pypy3" script: python -m unittest discover diff --git a/setup.py b/setup.py index f99fdbf..63f4cac 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ def read(fname): 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Libraries :: Python Modules',