Skip to content

Commit d341dac

Browse files
authored
GHA: Test Python 3.14 (#133)
1 parent d24c201 commit d341dac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
- "3.10"
2727
- "3.11"
2828
- "3.12"
29-
# CPython 3.13 final is scheduled for October 2024:
30-
# https://peps.python.org/pep-0719/
3129
- "3.13"
30+
# CPython 3.14 final is scheduled for October 2025:
31+
# https://peps.python.org/pep-0719/
32+
- "3.14"
3233

3334
# PyPy versions:
3435
# - https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md

0 commit comments

Comments
 (0)