From 6f26f28efb8fad7744f7084b90b9046f5c07de25 Mon Sep 17 00:00:00 2001 From: Dave Johansen Date: Fri, 8 Nov 2024 16:31:57 -0700 Subject: [PATCH] Add Python 3.13 to tests https://peps.python.org/pep-0719/ --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b4e5bd3..1c361d73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: # You can use PyPy versions in python-version. # For example, pypy2 and pypy3 matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] # Steps represent a sequence of tasks that will be executed as part of the job steps: