Skip to content

Commit

Permalink
Remove Python 3.9 support from robottelo (SatelliteQE#11953)
Browse files Browse the repository at this point in the history
* Remove 3.9 support from robottelo

* Update setup.py
  • Loading branch information
LadislavVasina1 authored Jul 24, 2023
1 parent d0243ce commit 786da02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.10', '3.11']
steps:
- name: Checkout Robottelo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
include_package_data=True,
license='GNU GPL v3.0',
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
python_requires="~=3.9",
python_requires="~=3.10",
classifiers=(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 786da02

Please sign in to comment.