Skip to content

Commit

Permalink
chore: drop python 3.7 and 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1907 committed May 31, 2024
1 parent 2d046da commit 743b933
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version:
- '3.9'
- '3.10'

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-emit-index-url setup.py
#
Expand Down Expand Up @@ -30,7 +30,7 @@ python-dateutil==2.8.2
# via kubernetes
pyyaml==6.0
# via kubernetes
requests==2.31.0
requests==2.32.3
# via
# kubernetes
# requests-oauthlib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"mypy": extra_require_mypy,
"test": extra_require_test,
},
python_requires=">=3.7.0",
python_requires=">=3.9.0",
keywords=["kubernetes"],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 743b933

Please sign in to comment.