@@ -30,12 +30,11 @@ classifiers = [
3030 " Development Status :: 5 - Production/Stable" ,
3131 " License :: OSI Approved :: Apache Software License" ,
3232 " Operating System :: OS Independent" ,
33- " Programming Language :: Python :: 3.8" ,
34- " Programming Language :: Python :: 3.9" ,
3533 " Programming Language :: Python :: 3.10" ,
3634 " Programming Language :: Python :: 3.11" ,
3735 " Programming Language :: Python :: 3.12" ,
3836 " Programming Language :: Python :: 3.13" ,
37+ " Programming Language :: Python :: 3.14" ,
3938 " Programming Language :: Python :: Implementation :: CPython" ,
4039 " Topic :: Software Development :: Testing" ,
4140 " Topic :: Software Development :: Testing :: Acceptance" ,
@@ -49,7 +48,7 @@ classifiers = [
4948 " Framework :: Robot Framework" ,
5049 " Framework :: Robot Framework :: Tool" ,
5150]
52- requires-python = " >=3.8 "
51+ requires-python = " >=3.10 "
5352dependencies = [
5453 " robotcode-core==1.9.0" ,
5554 " robotcode-plugin==1.9.0" ,
@@ -291,7 +290,7 @@ no_implicit_reexport = false
291290[tool .pyright ]
292291exclude = [" **/.hatch" , " **/node_modules" , " **/__pycache__" , " bundled/libs" , " intellij-client/build" ]
293292typeCheckingMode = " off"
294- pythonVersion = " 3.8 "
293+ pythonVersion = " 3.10 "
295294
296295
297296[tool .commitizen ]
0 commit comments