Skip to content

Commit d6e8a20

Browse files
committed
Python 3.14-dev release
1 parent 8622226 commit d6e8a20

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
22+
# python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
23+
python: ["3.14-dev"]
2324
steps:
2425
- uses: actions/checkout@v4
2526
- uses: actions/setup-python@v5
@@ -59,7 +60,8 @@ jobs:
5960
strategy:
6061
fail-fast: false
6162
matrix:
62-
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
63+
# python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
64+
python: ["3.14-dev"]
6365
steps:
6466
- uses: actions/checkout@v4
6567
- uses: actions/setup-python@v5
@@ -74,7 +76,8 @@ jobs:
7476
strategy:
7577
fail-fast: false
7678
matrix:
77-
python: ["3.10", "3.12", "3.14"]
79+
# python: ["3.10", "3.12", "3.14"]
80+
python: ["3.14-dev"]
7881
steps:
7982
- uses: actions/checkout@v4
8083
- uses: actions/setup-python@v5

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ v4.41.0 (2025-08-??)
1717

1818
Added
1919
^^^^^
20-
- Support for Python 3.14 (`#???
21-
<https://github.com/omni-us/jsonargparse/pull/???>`__).
20+
- Support for Python 3.14 (`#753
21+
<https://github.com/omni-us/jsonargparse/pull/753>`__).
2222

2323

2424
v4.40.2 (2025-08-06)

0 commit comments

Comments
 (0)