diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1f98f5..da6cc38 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.9, "3.10" ] + python-version: [ "3.10" ] # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.readthedocs.yml b/.readthedocs.yml index 8d7a5cd..e1106e4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.7" + python: "3.10" # Build documentation in the docs/ directory with Sphinx sphinx: