Run test workflows on python 3.10

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-09-15 10:59:34 +02:00
parent fe8b0e98ab
commit c1a927fff1
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
from setuptools import setup
setup(
py_modules=[],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
)