aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2021-05-23 18:31:57 +0200
committermrbean-bremen <mrbean-bremen@users.noreply.github.com>2021-05-24 09:01:47 +0200
commit40e695e559cc5284c62e999b45a6139318b6941a (patch)
treea6fe9d8dd0ad49d7cff09a9669c4461926319699 /setup.py
parent8366384aab68ae3fe6571edd9987cf3cbdb93cd1 (diff)
downloadpyfakefs-40e695e559cc5284c62e999b45a6139318b6941a.tar.gz
Remove support for Python 3.5
- Python 3.5 had EOL 09/2020, and had already been removed from CI tests - Python 3.5 does not fully support typing - some minor usage documentation fixes
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fb3465e..5c3a55c 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ CLASSIFIERS = [
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
- 'Programming Language :: Python :: 3.5',
+ "Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',