diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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', ) |