chore: deprecate 3.8, 3.9

This commit is contained in:
Paul Pfeister 2025-09-14 01:10:52 -04:00
parent dfe8b1599d
commit 702bfee988
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994
2 changed files with 2 additions and 4 deletions

View File

@ -49,10 +49,10 @@ jobs:
macos-latest,
]
python-version: [
'3.9',
'3.10',
'3.11',
'3.12',
'3.13',
]
steps:
- uses: actions/checkout@v4

View File

@ -7,8 +7,6 @@ envlist =
py312
py311
py310
py39
py38
[testenv]
description = Attempt to build and install the package
@ -38,7 +36,7 @@ commands =
[gh-actions]
python =
3.13: py313
3.12: py312
3.11: py311
3.10: py310
3.9: py39