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" 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