Skip to content

Commit d0be47c

Browse files
authored
Updated Python 3.13.11 to 3.13.12 (#19572)
Summary of the issue: Updated Python 3.13.11 to 3.13.12 Description of user facing changes: No, but the build including synthDriverHost32 has already been tested locally using Python 3.13.12, and SAPI4, as well as both 32-bit and 64-bit SAPI5, are functioning correctly. nvda.log Description of developer facing changes: Update the Python version from 3.13.11 to 3.13.12—with the latest security patches—in the following files respectively: .github/workflows/testAndPublish.yml .python-versions projectDocs/dev/createDevEnvironment.md runtime-builders/synthDriverHost32/.python-version Description of development approach: Description of development approach: Update the Python version from 3.13.11 to 3.13.12—with the latest security patches—in the following files respectively: .github/workflows/testAndPublish.yml .python-versions projectDocs/dev/createDevEnvironment.md runtime-builders/synthDriverHost32/.python-version
1 parent 0c0f494 commit d0be47c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/testAndPublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ env:
3535
supportedRunners: '["windows-2022", "windows-2025"]'
3636
defaultArch: x64
3737
supportedArchitectures: '["x64"]'
38-
defaultPythonVersion: '3.13.11'
39-
supportedPythonVersions: '["3.13.11"]'
38+
defaultPythonVersion: '3.13.12'
39+
supportedPythonVersions: '["3.13.12"]'
4040

4141
jobs:
4242
matrix:

.python-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cpython-3.13.11-windows-x86_64-none
1+
cpython-3.13.12-windows-x86_64-none

projectDocs/dev/createDevEnvironment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following dependencies need to be installed on your system:
4949

5050
#### Python
5151

52-
[Python](https://www.python.org/), version 3.13.11, 64-bit.
52+
[Python](https://www.python.org/), version 3.13.12, 64-bit.
5353
Install the python version listed in [.python-versions](../../.python-versions)
5454

5555
#### uv
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cpython-3.13.11-windows-x86-none
1+
cpython-3.13.12-windows-x86-none

0 commit comments

Comments
 (0)