diff --git a/releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml b/releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml new file mode 100644 index 0000000000..093228a777 --- /dev/null +++ b/releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + Remove the support of python3.4, because in Ubuntu Xenial only + python3.5 is available (python3.4 is restricted to <= Mitaka). diff --git a/setup.cfg b/setup.cfg index b292970585..9eeb0235e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 [files]