File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 189189 description : Build Docker images.
190190 allowed-projects : openstack/python-openstackclient
191191 requires :
192- - python-builder-3.7 -container-image
193- - python-base-3.7 -container-image
192+ - python-builder-3.9 -container-image
193+ - python-base-3.9 -container-image
194194 provides : osc-container-image
195195 vars : &osc_image_vars
196196 docker_images :
203203 description : Build Docker images and upload to Docker Hub.
204204 allowed-projects : openstack/python-openstackclient
205205 requires :
206- - python-builder-3.7 -container-image
207- - python-base-3.7 -container-image
206+ - python-builder-3.9 -container-image
207+ - python-base-3.9 -container-image
208208 provides : osc-container-image
209209 secrets :
210210 - name : docker_credentials
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- FROM docker.io/opendevorg/python-builder:3.7 as builder
16+ FROM docker.io/opendevorg/python-builder:3.9 as builder
1717
1818COPY . /tmp/src
1919RUN assemble
2020
21- FROM docker.io/opendevorg/python-base:3.7
21+ FROM docker.io/opendevorg/python-base:3.9
2222
2323COPY --from=builder /output/ /output
2424RUN /output/install-from-bindep
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description_file =
66author = OpenStack
77author_email = openstack-discuss@lists.openstack.org
88home_page = https://docs.openstack.org/python-openstackclient/latest/
9- python_requires = >=3.6
9+ python_requires = >=3.8
1010classifier =
1111 Environment :: OpenStack
1212 Intended Audience :: Information Technology
@@ -15,8 +15,6 @@ classifier =
1515 Operating System :: POSIX :: Linux
1616 Programming Language :: Python
1717 Programming Language :: Python :: 3
18- Programming Language :: Python :: 3.6
19- Programming Language :: Python :: 3.7
2018 Programming Language :: Python :: 3.8
2119 Programming Language :: Python :: 3.9
2220
You can’t perform that action at this time.
0 commit comments