From ea9e7072c4d165b9859a794f8e3d87c3b4ae7ee5 Mon Sep 17 00:00:00 2001 From: MRG FOSS Date: Mon, 20 Feb 2023 08:15:38 +0100 Subject: [PATCH] Extend official Python support until version 3.11 --- .travis.yml | 1 + setup.py | 3 +++ 2 files changed, 4 insertions(+) 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", ],