Skip to content

Commit 5ad143c

Browse files
authored
CI: add Python 3.13 and 3.14 to test matrix (#360)
The matrix previously topped out at 3.12, leaving no coverage for 3.13 or 3.14. Add both so the suite validates newer interpreters — in particular the Python 3.14 argparse change (nested argument groups are now a hard error) reported in #318/#359, which was fixed in v2.6.2. Claude-Session: https://claude.ai/code/session_018iM7tTGPFS6ija49yAQpSM
1 parent b57ba2c commit 5ad143c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
python-version: ["3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1818

1919
steps:
2020
- name: Checkout repository

0 commit comments

Comments
 (0)