aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2019-11-23 17:35:19 +0100
committermrbean-bremen <hansemrbean@googlemail.com>2019-11-23 17:35:19 +0100
commit81d416efe1567d256d8c5ccb5ee00e9ac64710f8 (patch)
tree5bc96fc664fafa6a4f3cbac2d50128ef96505dac /setup.py
parent4c65784e32fc300de6297daf4d0ddd02b91708db (diff)
downloadpyfakefs-81d416efe1567d256d8c5ccb5ee00e9ac64710f8.tar.gz
Added Python 3.8 to setup.py and README
- added note about ending Python 2.7/3.4 support in the documentation
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 111c527..716211e 100644
--- a/setup.py
+++ b/setup.py
@@ -43,6 +43,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python:: Implementation :: CPython',
'Programming Language :: Python:: Implementation :: PyPy',
'Operating System :: POSIX',