diff --git a/releasenotes/notes/py36-37-bye-bye-f3268421bf6c5bb4.yaml b/releasenotes/notes/py36-37-bye-bye-f3268421bf6c5bb4.yaml new file mode 100644 index 0000000..0141d83 --- /dev/null +++ b/releasenotes/notes/py36-37-bye-bye-f3268421bf6c5bb4.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + Virtualbmc does not support Python 3.6 and 3.7 anymore, please use + version 3.8 or higher. + diff --git a/setup.cfg b/setup.cfg index f22be73..c66fe10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/virtualbmc/latest/ -python_requires = >=3.6 +python_requires = >=3.8 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -17,8 +17,6 @@ classifier = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 322137c..ca7eed1 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -7,9 +7,7 @@ - release-notes-jobs-python3 check: jobs: - - openstack-tox-py36 - virtualbmc-tempest-ironic gate: jobs: - - openstack-tox-py36 - virtualbmc-tempest-ironic