Merge pull request #15 from iluvcapra/remove-3.8-support

Remove 3.8 Support
This commit is contained in:
Jamie Hardt
2025-09-08 13:14:47 -07:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v2.5.0

View File

@@ -5,7 +5,6 @@ classifiers = [
'License :: OSI Approved :: MIT License',
'Topic :: Multimedia',
'Topic :: Multimedia :: Sound/Audio',
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",