summaryrefslogtreecommitdiff
path: root/swift/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'swift/__init__.py')
-rw-r--r--swift/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/swift/__init__.py b/swift/__init__.py
index 88fc403ce..6168bdc8a 100644
--- a/swift/__init__.py
+++ b/swift/__init__.py
@@ -81,3 +81,7 @@ warnings.filterwarnings('ignore', module='cryptography|OpenSSL', message=(
'Python 2 is no longer supported by the Python core team. '
'Support for it is now deprecated in cryptography, '
'and will be removed in a future release.'))
+warnings.filterwarnings('ignore', message=(
+ 'Python 3.6 is no longer supported by the Python core team. '
+ 'Therefore, support for it is deprecated in cryptography '
+ 'and will be removed in a future release.'))