Skip to content

Commit 0671ef7

Browse files
authored
chore: Include python 3.14 in unit test cases (#121)
1 parent a48b364 commit 0671ef7

5 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939

4040
strategy:
4141
matrix:
42-
python-version: ["3.10", "3.11", "3.12", "3.13"]
42+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4343

4444
steps:
4545
- uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
strategy:
6161
matrix:
62-
python-version: ["3.10", "3.11", "3.12", "3.13"]
62+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
6363

6464
steps:
6565
- uses: actions/checkout@v4
@@ -81,7 +81,7 @@ jobs:
8181

8282
strategy:
8383
matrix:
84-
python-version: ["3.10", "3.11", "3.12", "3.13"]
84+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
8585

8686
steps:
8787
- uses: actions/checkout@v4
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
strategy:
103103
matrix:
104-
python-version: ["3.10", "3.11", "3.12", "3.13"]
104+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
105105

106106
steps:
107107
- uses: actions/checkout@v4
@@ -123,7 +123,7 @@ jobs:
123123

124124
strategy:
125125
matrix:
126-
python-version: ["3.10", "3.11", "3.12", "3.13"]
126+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
127127

128128
steps:
129129
- uses: actions/checkout@v4
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144
strategy:
145145
matrix:
146-
python-version: ["3.10", "3.11", "3.12", "3.13"]
146+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
147147

148148
steps:
149149
- uses: actions/checkout@v4
@@ -165,7 +165,7 @@ jobs:
165165

166166
strategy:
167167
matrix:
168-
python-version: ["3.10", "3.11", "3.12", "3.13"]
168+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
169169

170170
steps:
171171
- uses: actions/checkout@v4

packages/ai-providers/server-ai-langchain/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
1819
"Topic :: Software Development",
1920
"Topic :: Software Development :: Libraries",
2021
]

packages/ai-providers/server-ai-openai/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
1819
"Topic :: Software Development",
1920
"Topic :: Software Development :: Libraries",
2021
]

packages/optimization/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
1819
"Topic :: Software Development",
1920
"Topic :: Software Development :: Libraries",
2021
]

packages/sdk/server-ai/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
1819
"Topic :: Software Development",
1920
"Topic :: Software Development :: Libraries",
2021
]

0 commit comments

Comments
 (0)