We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24c201 commit d341dacCopy full SHA for d341dac
.github/workflows/build.yml
@@ -26,9 +26,10 @@ jobs:
26
- "3.10"
27
- "3.11"
28
- "3.12"
29
- # CPython 3.13 final is scheduled for October 2024:
30
- # https://peps.python.org/pep-0719/
31
- "3.13"
+ # CPython 3.14 final is scheduled for October 2025:
+ # https://peps.python.org/pep-0719/
32
+ - "3.14"
33
34
# PyPy versions:
35
# - https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md
0 commit comments