Skip to content

Commit

Permalink
python: drop support for 3.8
Browse files Browse the repository at this point in the history
Python 3.8 had end-of-life on 2024-10-07, dropping support for it.

Change-Id: I96a4e765f8247f0e75d2ccef23f5c242dfd620fe
  • Loading branch information
ader1990 committed Nov 27, 2024
1 parent 36711bd commit c10ff68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloudbase_init_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [ "3.8", "3.12"]
python-version: [ "3.9", "3.12"]
architecture: ["x64", "x86"]

steps:
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ classifier =
Operating System :: OS Independent
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
Expand Down

0 comments on commit c10ff68

Please sign in to comment.