Skip to content

Commit

Permalink
Bump minimum CI Python version used.
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
dralley committed Nov 6, 2023
1 parent 42d9d84 commit 04e9e07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author="Pulp Project Developers",
author_email="[email protected]",
url="http://www.pulpproject.org",
python_requires=">=3.8",
python_requires=">=3.9",
install_requires=requirements,
include_package_data=True,
packages=find_packages(exclude=["test"]),
Expand All @@ -28,8 +28,9 @@
"Framework :: Django",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
),
entry_points={
"pulpcore.plugin": [
Expand Down
2 changes: 1 addition & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pulp_settings_s3: null
pulpprojectdotorg_key_id: aa499d7938ed
pydocstyle: true
pypi_username: pulp
python_version: '3.8'
python_version: '3.9'
release_email: [email protected]
release_user: pulpbot
run_pulpcore_tests_for_plugins: false
Expand Down

0 comments on commit 04e9e07

Please sign in to comment.