diff --git a/.travis.yml b/.travis.yml index aa1756c..5d7aff7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: -- '3.7' - '3.8' script: - pytest tests/ @@ -15,4 +14,4 @@ deploy: on: tags: true branch: main - python: '3.7' \ No newline at end of file + python: '3.8' \ No newline at end of file diff --git a/setup.py b/setup.py index d5ef445..9257621 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,6 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Topic :: Software Development :: Libraries :: Application Frameworks',