This commit is contained in:
Jamie Hardt
2022-11-20 20:24:05 -08:00
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -32,7 +32,7 @@ jobs:
with: with:
message: | message: |
I just released a new version of ptulsconv, my ADR cue sheet generator! I just released a new version of ptulsconv, my ADR cue sheet generator!
#python #protools #pdf #filmmaking
${{ github.server_url }}/${{ github.repository }} ${{ github.server_url }}/${{ github.repository }}
env: env:
MASTODON_URL: ${{ secrets.MASTODON_URL }} MASTODON_URL: ${{ secrets.MASTODON_URL }}

View File

@@ -27,7 +27,8 @@ setup(name='ptulsconv',
"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",
"Development Status :: 4 - Beta", "Programming Language :: Python :: 3.11",
"Development Status :: 5 - Production/Stable",
"Topic :: Text Processing :: Filters"], "Topic :: Text Processing :: Filters"],
packages=['ptulsconv'], packages=['ptulsconv'],
keywords='text-processing parsers film tv editing editorial', keywords='text-processing parsers film tv editing editorial',