mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-19 05:40:13 +00:00
Run test workflows on python 3.10
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
fe8b0e98ab
commit
c1a927fff1
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
py_modules=[],
|
||||
setup_requires=['pytest-runner'],
|
||||
tests_require=['pytest'],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue