Skip to content

Commit f98ccf8

Browse files
Add Python 3.13 to the build matrix
1 parent 3e0b90d commit f98ccf8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python-version: [3.9, "3.10", "3.11", "3.12"]
29+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
3030

3131
steps:
3232
- uses: actions/checkout@v1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
parameters for all operation under a certain path).
1616
Refer to the [`Path Item` specification](https://swagger.io/specification/#path-item-object).
1717
- Fix bug happening when a parameter has a non-str `name` property.
18+
- Add Python 3.13 to the build matrix.
1819

1920
## [1.1.0] - 2025-01-18
2021

0 commit comments

Comments
 (0)