python: drop support for 3.8

Python 3.8 had end-of-life on 2024-10-07, dropping support for it.

Change-Id: I96a4e765f8247f0e75d2ccef23f5c242dfd620fe
This commit is contained in:
Adrian Vladu 2024-11-27 13:40:54 +02:00
parent 36711bd1fc
commit c10ff6896e
2 changed files with 1 additions and 2 deletions

View File

@ -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:

View File

@ -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