diff --git a/.circleci/config.yml b/.circleci/config.yml index 9da1e83..93d47c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,11 +88,12 @@ workflows: - "3.10" - "3.11" - "3.12" + - "3.13" - test_documentation_build: matrix: parameters: version: - - "3.10" + - "3.13" requires: - test_examples diff --git a/.readthedocs.yml b/.readthedocs.yml index c99127e..3b9549c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "3.13" apt_packages: - pandoc - libsndfile1