From 7a8d2e932e35a7d2dccce0f418ca08b36394054e Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 16 Oct 2024 10:22:51 -0400 Subject: [PATCH 1/2] add 3.13 to test matrix --- .github/workflows/lint-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index b52ef04d..0e5c66f1 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"] requirements: [''] include: - requirements: "-r requirements-min.txt" From 8222f50a1cb353f2ac7aadf03bb1acfa14045060 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Fri, 13 Dec 2024 16:45:55 -0500 Subject: [PATCH 2/2] whatsnew --- docs/whatsnew/v0.2.3.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/whatsnew/v0.2.3.rst b/docs/whatsnew/v0.2.3.rst index ab9225ea..461cda24 100644 --- a/docs/whatsnew/v0.2.3.rst +++ b/docs/whatsnew/v0.2.3.rst @@ -22,6 +22,7 @@ Documentation Testing ~~~~~~~ +* Add testing for python 3.13 (:pull:`215`). Contributors