Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/testAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ env:
supportedRunners: '["windows-2022", "windows-2025"]'
defaultArch: x64
supportedArchitectures: '["x64"]'
defaultPythonVersion: '3.13.12'
supportedPythonVersions: '["3.13.12"]'
defaultPythonVersion: '3.13.13'
supportedPythonVersions: '["3.13.13"]'

jobs:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .python-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cpython-3.13.12-windows-x86_64-none
cpython-3.13.13-windows-x86_64-none
2 changes: 1 addition & 1 deletion projectDocs/dev/createDevEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following dependencies need to be installed on your system:

#### Python

[Python](https://www.python.org/), version 3.13.12, 64-bit.
[Python](https://www.python.org/), version 3.13.13, 64-bit.
Install the python version listed in [.python-versions](../../.python-versions)

#### uv
Expand Down
2 changes: 1 addition & 1 deletion runtime-builders/synthDriverHost32/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cpython-3.13.12-windows-x86-none
cpython-3.13.13-windows-x86-none
2 changes: 1 addition & 1 deletion user_docs/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This is more noticeable for Windows releases which are enablement packages on to
Please refer to [the developer guide](https://download.nvaccess.org/documentation/developerGuide.html#API) for information on NVDA's API deprecation and removal process.

* Updated components:
* Python from 3.13.11 to 3.13.12. (#19572, @dpy013)
* Python from 3.13.12 to 3.13.13. (#19921, @dpy013)
* Ruff to 0.15.9. (#19548, #19908)
Comment on lines 66 to 68
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section now records the upgrade to Python 3.13.13, but there is still a separate bullet later in the same 2026.2 “Changes for Developers” list that says “Updated Python 3.13.11 to 3.13.12”. With this PR, that older entry appears redundant/outdated and should be removed or updated to avoid confusing release notes.

Copilot uses AI. Check for mistakes.
* uv to 0.11.4. (#19548, #19908)
* Requests to 2.33.0. (#19877)
Expand Down
Loading