Skip to content

Commit 9b309ad

Browse files
committed
temp: run tests with python 3.14
1 parent 3c4087e commit 9b309ad

File tree

4 files changed

+16
-1368
lines changed

4 files changed

+16
-1368
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
python-version: ["3.11", "3.12", "3.13"]
19+
python-version: ["3.14"]
2020
os: [ubuntu-latest, windows-latest]
2121

2222
permissions:

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.14

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "uipath-langchain"
33
version = "0.9.30"
44
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
6-
requires-python = ">=3.11"
6+
requires-python = ">=3.14"
77
dependencies = [
88
"uipath>=2.10.49, <2.11.0",
99
"uipath-core>=0.5.2, <0.6.0",

0 commit comments

Comments
 (0)