From 81cdca5452fb02e733596b240ebd5fce7ff48b60 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 2 Oct 2021 16:50:09 -0700 Subject: [PATCH] Added 3.9 to Travis tests --- .travis.yml | 3 ++- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 118a290..9c79e42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: python python: - "3.7" - - "3.8 + - "3.8" + - "3.9" script: - "python -m unittest discover tests" install: diff --git a/setup.py b/setup.py index c05a291..f276f9b 100644 --- a/setup.py +++ b/setup.py @@ -25,9 +25,9 @@ setup(name='ptulsconv', 'Topic :: Multimedia :: Sound/Audio', "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.8", "Development Status :: 4 - Beta", - "Topic :: Text Processing :: Filters", - "Topic :: Text Processing :: Markup :: XML"], + "Topic :: Text Processing :: Filters"], packages=['ptulsconv'], keywords='text-processing parsers film tv editing editorial', install_requires=['parsimonious', 'tqdm', 'reportlab'],