Update Python version to 3.13 in CI workflows

Changed the PYTHON_VERSION from 3.13.6 to 3.13 in the Linux, macOS, and Windows GitHub Actions workflows to use the latest 3.13.x release.
This commit is contained in:
Your Name
2025-10-06 16:20:55 +03:00
parent 47b2ad5cf8
commit e28cf90a5f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ permissions:
contents: write
env:
PYTHON_VERSION: '3.13.6'
PYTHON_VERSION: '3.13'
jobs:
build-linux:
+1 -1
View File
@@ -9,7 +9,7 @@ permissions:
contents: write
env:
PYTHON_VERSION: '3.13.6'
PYTHON_VERSION: '3.13'
jobs:
build-macos:
+1 -1
View File
@@ -9,7 +9,7 @@ permissions:
contents: write
env:
PYTHON_VERSION: '3.13.6'
PYTHON_VERSION: '3.13'
jobs:
build-windows: