diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 07816ed51..2f49a56c0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1255,6 +1255,7 @@ jobs: strategy: matrix: python-version: + - "3.13" - "3.12" - "3.11" - "3.10" @@ -1303,6 +1304,7 @@ jobs: strategy: matrix: python-version: + - "3.13" - "3.12" - "3.11" - "3.10" diff --git a/docs/changelog-fragments/751.contrib.rst b/docs/changelog-fragments/751.contrib.rst new file mode 100644 index 000000000..c674ae73d --- /dev/null +++ b/docs/changelog-fragments/751.contrib.rst @@ -0,0 +1,2 @@ +Started running tests for python 3.13, updated the :file:`ci-cd.yml` +workflow -- by :user:`KB-perByte`.