commit | e8b1aca2cb4d7a88038d9bd81a11426b7d195bb5 | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Tue Oct 08 08:43:11 2024 -0400 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Wed Oct 09 21:09:57 2024 -0400 |
tree | 47fa59c470005acce805256a2b8f7de447e8044e | |
parent | c2044085d18d5b627dac761537b25eeccfd80374 [diff] |
github/workflows: add Python 3.13 to the test matrix
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e42deb0..6fa8cfb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml
@@ -17,6 +17,7 @@ - "3.10" - "3.11" - "3.12" + - "3.13" os: - macos - ubuntu