Bump minimum Python version to 3.10
This commit is contained in:
parent
3556dc081b
commit
4bd1097fc1
3 changed files with 39 additions and 29 deletions
5
setup.py
5
setup.py
|
|
@ -49,9 +49,8 @@ setup(
|
|||
'Operating System :: POSIX :: Linux',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Topic :: Artistic Software',
|
||||
'Topic :: Multimedia :: Graphics',
|
||||
'Topic :: Printing',
|
||||
|
|
@ -62,5 +61,5 @@ setup(
|
|||
'Typing :: Typed',
|
||||
],
|
||||
keywords='gerber excellon pcb',
|
||||
python_requires='>=3.8',
|
||||
python_requires='>=3.10',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue