Adding Python 3.12 to support

This commit is contained in:
Jamie Hardt
2023-02-26 10:22:48 -08:00
parent f7681d077b
commit 071ca79d5e
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -29,7 +29,8 @@ setup(name='wavinfo',
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"], "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"],
keywords='waveform metadata audio ebu smpte avi library film tv editing editorial', keywords='waveform metadata audio ebu smpte avi library film tv editing editorial',
install_requires=['lxml'], install_requires=['lxml'],
entry_points={ entry_points={