From 744993cd3260f2e2f70faffdd862fac8faebb77d Mon Sep 17 00:00:00 2001 From: Mohamed Attia Date: Mon, 21 Oct 2024 11:23:59 +0200 Subject: [PATCH 1/2] Test against Python 3.13. --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 3824cb9..86d34b3 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest", "windows-latest", "macos-latest"] - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] include: - os: "ubuntu-latest" python-version: "3.12" From 8472e9f31049819871082ad2ebef2e92ec1e3198 Mon Sep 17 00:00:00 2001 From: Mohamed Attia Date: Tue, 22 Oct 2024 10:35:04 +0200 Subject: [PATCH 2/2] Add `3.13` to tox environment list as well. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b8d460e..5221aad 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ requires = tox>=4.2 env_list = + py313 py312 py311 py310