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:
@@ -9,7 +9,7 @@ permissions:
|
||||
contents: write
|
||||
|
||||
env:
|
||||
PYTHON_VERSION: '3.13.6'
|
||||
PYTHON_VERSION: '3.13'
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
|
||||
Reference in New Issue
Block a user