diff --git a/.travis.yml b/.travis.yml index afb154d..c7530a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ language: python python: - 3.5 - 3.8 + - 3.11 install: - pip install pipenv diff --git a/setup.py b/setup.py index 4d54642..ff27de0 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,9 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation", "Topic :: System :: Filesystems", ],