update required python version

This commit is contained in:
Vincent Maillol 2020-10-10 17:10:20 +02:00
parent ecfc5ef72c
commit 5564abc8ac
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
language: python language: python
python: python:
- '3.7'
- '3.8' - '3.8'
script: script:
- pytest tests/ - pytest tests/
@ -15,4 +14,4 @@ deploy:
on: on:
tags: true tags: true
branch: main branch: main
python: '3.7' python: '3.8'

View File

@ -17,7 +17,6 @@ setup(
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Topic :: Software Development :: Libraries :: Application Frameworks', 'Topic :: Software Development :: Libraries :: Application Frameworks',