Remove EOL Python 3.8 (#95)

Co-authored-by: Regen <regen100@users.noreply.github.com>
This commit is contained in:
offa
2024-10-13 14:26:48 +00:00
committed by GitHub
parent 3760f15580
commit 806d44f424
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-22.04, windows-2022]
steps:
- name: Checkout