Skip to content

Commit fa9cdb6

Browse files
authored
Merge pull request #665 from gerrod3/image39
Update CI & base-image to centos9
2 parents f314e3c + c6d23d2 commit fa9cdb6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ cat >> vars/main.yaml << VARSYAML
8181
pulp_env: {}
8282
pulp_settings: {"allowed_export_paths": "/tmp", "allowed_import_paths": "/tmp", "orphan_protection_time": 0, "pypi_api_hostname": "https://pulp:443"}
8383
pulp_scheme: https
84-
pulp_default_container: ghcr.io/pulp/pulp-ci-centos:latest
84+
pulp_default_container: ghcr.io/pulp/pulp-ci-centos9:latest
8585
VARSYAML
8686

8787
if [ "$TEST" = "s3" ]; then

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
license="GPLv2+",
18-
python_requires=">=3.8",
18+
python_requires=">=3.9",
1919
author="Pulp Project Developers",
2020
author_email="pulp-list@redhat.com",
2121
url="https://www.pulpproject.org",
@@ -29,7 +29,6 @@
2929
"Framework :: Django",
3030
"Programming Language :: Python",
3131
"Programming Language :: Python :: 3",
32-
"Programming Language :: Python :: 3.8",
3332
"Programming Language :: Python :: 3.9",
3433
),
3534
entry_points={"pulpcore.plugin": ["pulp_python = pulp_python:default_app_config", ]},

template_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ check_commit_message: true
99
check_gettext: true
1010
check_manifest: true
1111
check_stray_pulpcore_imports: true
12-
ci_base_image: ghcr.io/pulp/pulp-ci-centos
12+
ci_base_image: ghcr.io/pulp/pulp-ci-centos9
1313
ci_env: {}
1414
ci_trigger: '{pull_request: {branches: [''*'']}}'
1515
ci_update_docs: false

0 commit comments

Comments
 (0)