downgrade minimum python version to 3.8
This commit is contained in:
parent
39d7d693ee
commit
71e996e874
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -62,5 +62,5 @@ setup(
|
|||
'Typing :: Typed',
|
||||
],
|
||||
keywords='gerber excellon pcb',
|
||||
python_requires='>=3.10',
|
||||
python_requires='>=3.8',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue