Skip to content

Commit ed43da1

Browse files
committed
added support for Python 3.13
1 parent 6dbc842 commit ed43da1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/run_code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1717

1818
steps:
1919
- name: Checkout

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
2.2.0 - 2025/03/09
2+
* Added support for Python 3.13.
23
* Added `py.typed` file to support type checking.
34
* Removed `poetry.lock` as it's not used for a long time now.
45

0 commit comments

Comments
 (0)