Skip to content

Commit a10eab3

Browse files
committed
0.3.3 - add a python version to tests
Python 3.13 is released, add this version to the test profile.
1 parent 2fd4f92 commit a10eab3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v4

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
8. Adjust `.gitattributes` for providing more auto-linebreak rules.
2323
9. Adjust the automatic formatter and editor configurations for the compatibility with the package manager.
2424
10. Change the dependency configurations (but the dependency versions are not changed).
25+
11. Python 3.13 is released, add this version to the test profile.
2526

2627
### 0.3.2 @ 09/30/2024
2728

0 commit comments

Comments
 (0)