drop py38 from CI

This commit is contained in:
pacrob
2025-01-25 15:30:59 -07:00
committed by Paul Robinson
parent fe43b84a7d
commit 20580b9a4e
4 changed files with 9 additions and 11 deletions

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
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']
toxenv: [core, lint, wheel]
include:
- python: '3.10'