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 0f653a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 0f653a7

Please sign in to comment.