Skip to content

Commit c10ff68

Browse files
committed
python: drop support for 3.8
Python 3.8 had end-of-life on 2024-10-07, dropping support for it. Change-Id: I96a4e765f8247f0e75d2ccef23f5c242dfd620fe
1 parent 36711bd commit c10ff68

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/cloudbase_init_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: windows-latest
3737
strategy:
3838
matrix:
39-
python-version: [ "3.8", "3.12"]
39+
python-version: [ "3.9", "3.12"]
4040
architecture: ["x64", "x86"]
4141

4242
steps:

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifier =
1515
Operating System :: OS Independent
1616
Programming Language :: Python
1717
Programming Language :: Python :: 3
18-
Programming Language :: Python :: 3.8
1918
Programming Language :: Python :: 3.9
2019
Programming Language :: Python :: 3.10
2120
Programming Language :: Python :: 3.11

0 commit comments

Comments
 (0)