Skip to content

Commit 470c192

Browse files
Update versions in pyproject.toml
1 parent 847aa4b commit 470c192

2 files changed

Lines changed: 14 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "RIDE :: Robot Framework Test Data Editor"
99
license = "Apache-2.0"
1010
license-files = { paths = ["LICENSE.txt"] }
11-
requires-python = ">=3.8, <3.13"
11+
requires-python = ">=3.8, <3.15"
1212
authors = [
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
]
3638
dependencies = [
@@ -45,6 +47,9 @@ dependencies = [
4547
Download = "https://pypi.python.org/pypi/robotframework-ride"
4648
Homepage = "https://github.com/robotframework/RIDE/"
4749

50+
[tool.uv]
51+
# python-preference = "only-system"
52+
4853
[tool.hatch.version]
4954
path = "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]
7580
name = "robotframework-ride"
76-
version = "2.1b1"
81+
version = "2.1.4"
7782
description = "RIDE :: Robot Framework Test Data Editor"
7883
authors = ["Robot Framework Developers <robotframework@gmail.com>"]
7984
license = "Apache-2.0 license"
@@ -82,7 +87,7 @@ packages = [{include = "robotide"}]
8287

8388
[tool.poetry.dependencies]
8489
python = "^3.8"
85-
wxPython = "^4.0.1"
90+
wxPython = "^4.1.1"
8691
pywin32 = { version = "*", markers = "sys_platform == 'win32'" }
8792
pygments = "*"
8893
robotframework = "*"

uv.lock

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)