Skip to content

Commit

Permalink
chore: add py 313 to test matrix (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored Jan 24, 2025
1 parent 137d316 commit 7caa359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- ubuntu-latest
- MacOs-13
py:
- "3.13"
- "3.12"
- "3.11"
- "3.10"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### Formatting Changes and Bug Fixes

- sqlfmt no longer adds a space between the `*` and `columns` in DuckDB `*columns` expressions ([#657](https://github.com/tconbeer/sqlfmt/issues/657) - thank you [@aersam](https://github.com/aersam)!)
- sqlfmt is now tested against and fully supports Python 3.13

## [0.24.0] - 2024-11-22

Expand Down

0 comments on commit 7caa359

Please sign in to comment.