Skip to content

Commit 34b899e

Browse files
committed
Updated support to include Python 3.13
1 parent 8365e2d commit 34b899e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
platform: [windows-latest]
14-
python-version: ["3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1515

1616
runs-on: ${{ matrix.platform }}
1717

.github/workflows/test_installer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
python-version: ["3.9", "3.11"]
13+
python-version: ["3.9", "3.13"]
1414

1515
steps:
1616
- uses: actions/checkout@v5

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Release 0.7.1 October 11, 2025
2+
- Added official support for Python 3.13 (tested in CI workflows).
23
- Applied Black code formatter to entire codebase for consistent code style (148 files reformatted).
34
- Added Black to development dependencies (`pip install -e .[dev]`) and GitHub Actions CI workflow.
45
- Created `.github/workflows/black.yaml` for automated code formatting checks on all PRs and pushes.

0 commit comments

Comments
 (0)