Skip to content

Commit 52f1a53

Browse files
argonismclaude
andcommitted
Add Python 3.14 support
- Add py314 to tox env_list - Add Python 3.14 to GitHub Actions test matrix - Add Python 3.14 to tox gh-actions mapping 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 465676d commit 52f1a53

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test_for_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
23+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2424

2525
steps:
2626
- name: Checkout code

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires =
33
tox>=4
44
tox-uv>=1
5-
env_list = lint, type, py{39,310,311,312,313}, styled_text, doctest
5+
env_list = lint, type, py{39,310,311,312,313,314}, styled_text, doctest
66
skip_missing_interpreters = true
77

88
[gh-actions]
@@ -12,6 +12,7 @@ python =
1212
3.11: py311, styled-text
1313
3.12: py312, styled-text
1414
3.13: py313, styled_text, lint, type
15+
3.14: py314, styled_text
1516

1617
[testenv]
1718
runner = uv-venv-lock-runner

0 commit comments

Comments
 (0)