diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index ff5e78345..3892bcf13 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -7,7 +7,7 @@ # NOTE(ianw): 2020-05-29 jobs are unstable; see # https://bugs.launchpad.net/tripleo/+bug/1879766 - tripleo-buildimage-jobs-centos-8 - - openstack-python3-wallaby-jobs + - openstack-python3-zed-jobs check: jobs: - openstack-tox-pylint diff --git a/bindep.txt b/bindep.txt index 075d3ffb6..ef935faca 100644 --- a/bindep.txt +++ b/bindep.txt @@ -14,17 +14,17 @@ git squashfs-tools [!platform:suse] squashfs [platform:suse] -zypper [!platform:debian-stretch !platform:redhat !platform:ubuntu-trusty !platform:ubuntu-bionic !platform:ubuntu-focal] +zypper [!platform:debian-stretch !platform:redhat !platform:ubuntu-trusty !platform:ubuntu-bionic !platform:ubuntu-focal !platform:ubuntu-jammy] gnupg2 [!platform:redhat !platform:ubuntu-trusty !platform:suse] # ubuntu apt-transport-https [platform:dpkg] inetutils-ping [platform:dpkg] -python-lzma [platform:dpkg !platform:ubuntu-focal !platform:debian-bullseye] +python-lzma [platform:dpkg !platform:ubuntu-focal !platform:ubuntu-jammy !platform:debian-bullseye] qemu-utils [platform:dpkg] rpm [platform:dpkg] uuid-runtime [platform:dpkg] -yum-utils [platform:dpkg !platform:ubuntu-focal !platform:debian-bullseye] +yum-utils [platform:dpkg !platform:ubuntu-focal !platform:ubuntu-jammy !platform:debian-bullseye] dnf [platform:debian-bullseye] debootstrap [platform:dpkg] zstd [platform:dpkg] diff --git a/releasenotes/notes/python-3.8-b401ad4f2bbbc99f.yaml b/releasenotes/notes/python-3.8-b401ad4f2bbbc99f.yaml new file mode 100644 index 000000000..577daf767 --- /dev/null +++ b/releasenotes/notes/python-3.8-b401ad4f2bbbc99f.yaml @@ -0,0 +1,3 @@ +--- +upgrade: + - This release removes support for Python releases before 3.8 diff --git a/setup.cfg b/setup.cfg index a7ef62aa8..4413ff886 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,12 +12,10 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Environment :: Console -python_requires = >=3.6 +python_requires = >=3.8 [files] packages =