aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2022-05-29 10:02:33 +0200
committermrbean-bremen <mrbean-bremen@users.noreply.github.com>2022-05-30 12:45:17 +0200
commit8c4f4098ab6e7c36a72bf9bea623c70604dd695f (patch)
tree88477ba04169787bfc7c4d7aa93bf57e6dc811dc /setup.py
parent2d4d30cb64ca42fe198df9fc92db877aa5621b44 (diff)
downloadpyfakefs-8c4f4098ab6e7c36a72bf9bea623c70604dd695f.tar.gz
Remove support for Python 3.6
- remove Python 3.6 from CI, adapt documentation - remove stat_float_times (deprecated since 3.3, removed in 3.7)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 61060ec..c3a449e 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,6 @@ CLASSIFIERS = [
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
"Programming Language :: Python :: 3",
- 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',