Bump minimum Python version to 3.10

This commit is contained in:
jaseg 2023-04-15 22:12:45 +02:00
parent 3556dc081b
commit 4bd1097fc1
3 changed files with 39 additions and 29 deletions

View file

@ -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',
)