Merge "Drop support for Python 3.6, 3.7"
This commit is contained in:
commit
60dd6e6257
@ -189,8 +189,8 @@
|
|||||||
description: Build Docker images.
|
description: Build Docker images.
|
||||||
allowed-projects: openstack/python-openstackclient
|
allowed-projects: openstack/python-openstackclient
|
||||||
requires:
|
requires:
|
||||||
- python-builder-3.7-container-image
|
- python-builder-3.9-container-image
|
||||||
- python-base-3.7-container-image
|
- python-base-3.9-container-image
|
||||||
provides: osc-container-image
|
provides: osc-container-image
|
||||||
vars: &osc_image_vars
|
vars: &osc_image_vars
|
||||||
docker_images:
|
docker_images:
|
||||||
@ -203,8 +203,8 @@
|
|||||||
description: Build Docker images and upload to Docker Hub.
|
description: Build Docker images and upload to Docker Hub.
|
||||||
allowed-projects: openstack/python-openstackclient
|
allowed-projects: openstack/python-openstackclient
|
||||||
requires:
|
requires:
|
||||||
- python-builder-3.7-container-image
|
- python-builder-3.9-container-image
|
||||||
- python-base-3.7-container-image
|
- python-base-3.9-container-image
|
||||||
provides: osc-container-image
|
provides: osc-container-image
|
||||||
secrets:
|
secrets:
|
||||||
- name: docker_credentials
|
- name: docker_credentials
|
||||||
|
@ -13,12 +13,12 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-builder:3.7 as builder
|
FROM docker.io/opendevorg/python-builder:3.9 as builder
|
||||||
|
|
||||||
COPY . /tmp/src
|
COPY . /tmp/src
|
||||||
RUN assemble
|
RUN assemble
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-base:3.7
|
FROM docker.io/opendevorg/python-base:3.9
|
||||||
|
|
||||||
COPY --from=builder /output/ /output
|
COPY --from=builder /output/ /output
|
||||||
RUN /output/install-from-bindep
|
RUN /output/install-from-bindep
|
||||||
|
@ -6,7 +6,7 @@ description_file =
|
|||||||
author = OpenStack
|
author = OpenStack
|
||||||
author_email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
home_page = https://docs.openstack.org/python-openstackclient/latest/
|
home_page = https://docs.openstack.org/python-openstackclient/latest/
|
||||||
python_requires = >=3.6
|
python_requires = >=3.8
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
@ -15,8 +15,6 @@ classifier =
|
|||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.6
|
|
||||||
Programming Language :: Python :: 3.7
|
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user