From 7caa3591b31470feaa32b2fa4fa1f9ac8f9a4d82 Mon Sep 17 00:00:00 2001 From: Ted Conbeer Date: Fri, 24 Jan 2025 14:56:11 -0700 Subject: [PATCH] chore: add py 313 to test matrix (#660) --- .github/workflows/test.yml | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef885a6..d1023d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,6 +73,7 @@ jobs: - ubuntu-latest - MacOs-13 py: + - "3.13" - "3.12" - "3.11" - "3.10" diff --git a/CHANGELOG.md b/CHANGELOG.md index 094fb1f..1ae2acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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