Skip to content

Commit 6dbcdba

Browse files
authored
Merge pull request #600 from numpy/py314
2 parents c2f58bd + 7de8a0f commit 6dbcdba

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
py: ["3.11", "3.12", "3.13"]
64+
py: ["3.11", "3.12", "3.13", "3.14"]
6565
steps:
6666
- uses: actions/checkout@v4.2.2
6767

@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
py: ["3.11", "3.12", "3.13"]
82+
py: ["3.11", "3.12", "3.13", "3.14"]
8383
steps:
8484
- uses: actions/checkout@v4.2.2
8585

@@ -97,7 +97,7 @@ jobs:
9797
fail-fast: false
9898
matrix:
9999
os: [ubuntu-latest, macos-latest, windows-latest]
100-
py: ["3.11", "3.12", "3.13"]
100+
py: ["3.11", "3.12", "3.13", "3.14"]
101101
steps:
102102
- uses: actions/checkout@v4.2.2
103103

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"Typing :: Stubs Only",
2526
"Typing :: Typed",
2627
]
@@ -247,6 +248,7 @@ env_list = [
247248
"3.11",
248249
"3.12",
249250
"3.13",
251+
"3.14",
250252
]
251253

252254
[tool.tox.env_run_base]
@@ -293,7 +295,6 @@ env_list = [
293295
"mypy",
294296
"--no-incremental",
295297
"--cache-dir=/dev/null",
296-
"--soft-error-limit=-1",
297298
{replace = "posargs", default = ["."], extend = true},
298299
],
299300
]

0 commit comments

Comments
 (0)