@@ -8,7 +8,7 @@ dynamic = ["version"]
88description = " RIDE :: Robot Framework Test Data Editor"
99license = " Apache-2.0"
1010license-files = { paths = [" LICENSE.txt" ] }
11- requires-python = " >=3.8, <3.13 "
11+ requires-python = " >=3.8, <3.15 "
1212authors = [
1313 { name = " Robot Framework Developers" , email = " robotframework@gmail.com" },
1414]
@@ -31,6 +31,8 @@ classifiers = [
3131 " Programming Language :: Python :: 3.10" ,
3232 " Programming Language :: Python :: 3.11" ,
3333 " Programming Language :: Python :: 3.12" ,
34+ " Programming Language :: Python :: 3.13" ,
35+ " Programming Language :: Python :: 3.14" ,
3436 " Topic :: Software Development :: Testing" ,
3537]
3638dependencies = [
@@ -45,6 +47,9 @@ dependencies = [
4547Download = " https://pypi.python.org/pypi/robotframework-ride"
4648Homepage = " https://github.com/robotframework/RIDE/"
4749
50+ [tool .uv ]
51+ # python-preference = "only-system"
52+
4853[tool .hatch .version ]
4954path = " src/robotide/version.py"
5055
@@ -68,12 +73,12 @@ dependencies = [
6873]
6974
7075[[tool .hatch .envs .test .matrix ]]
71- python = [" 3.12 " ]
72- version = [" 2.1b1 " ]
76+ python = [" 3.13 " ]
77+ version = [" 2.1.4 " ]
7378
7479[tool .poetry ]
7580name = " robotframework-ride"
76- version = " 2.1b1 "
81+ version = " 2.1.4 "
7782description = " RIDE :: Robot Framework Test Data Editor"
7883authors = [" Robot Framework Developers <robotframework@gmail.com>" ]
7984license = " Apache-2.0 license"
@@ -82,7 +87,7 @@ packages = [{include = "robotide"}]
8287
8388[tool .poetry .dependencies ]
8489python = " ^3.8"
85- wxPython = " ^4.0 .1"
90+ wxPython = " ^4.1 .1"
8691pywin32 = { version = " *" , markers = " sys_platform == 'win32'" }
8792pygments = " *"
8893robotframework = " *"
0 commit comments