Run test workflows on python 3.10
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
py_modules=[],
|
||||
setup_requires=['pytest-runner'],
|
||||
tests_require=['pytest'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user