drop end of life python versions

This commit is contained in:
David Lord 2025-05-13 08:31:54 -07:00 committed by Badhreesh
parent 7f6970dfb8
commit 32d9755b6b
10 changed files with 77 additions and 284 deletions

View file

@ -19,7 +19,6 @@ jobs:
- {python: '3.12'}
- {python: '3.11'}
- {python: '3.10'}
- {python: '3.9'}
- {name: PyPy, python: 'pypy-3.11', tox: pypy3.11}
- {name: Minimum Versions, python: '3.13', tox: tests-min}
- {name: Development Versions, python: '3.10', tox: tests-dev}