From 817c1ad40b6f0c2669ca5ddfa5ff11c18f19c80e Mon Sep 17 00:00:00 2001 From: Mario Picciani Date: Wed, 16 Oct 2024 13:15:11 +0200 Subject: [PATCH] fix python version --- .github/workflows/run_tests.yml | 18 +++++++++--------- .readthedocs.yml | 3 +-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index cab64ce..d03ba5c 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -18,15 +18,15 @@ jobs: fail-fast: false matrix: include: - - { python-version: 3.10, os: ubuntu-latest, session: "pre-commit" } - - { python-version: 3.10, os: ubuntu-latest, session: "safety" } - - { python-version: 3.10, os: ubuntu-latest, session: "mypy" } - - { python-version: 3.10, os: ubuntu-latest, session: "tests" } - - { python-version: 3.10, os: windows-latest, session: "tests" } - - { python-version: 3.10, os: macos-latest, session: "tests" } - - { python-version: 3.10, os: ubuntu-latest, session: "typeguard" } - - { python-version: 3.10, os: ubuntu-latest, session: "xdoctest" } - - { python-version: 3.10, os: ubuntu-latest, session: "docs-build" } + - { python-version: "3.10", os: ubuntu-latest, session: "pre-commit" } + - { python-version: "3.10", os: ubuntu-latest, session: "safety" } + - { python-version: "3.10", os: ubuntu-latest, session: "mypy" } + - { python-version: "3.10", os: ubuntu-latest, session: "tests" } + - { python-version: "3.10", os: windows-latest, session: "tests" } + - { python-version: "3.10", os: macos-latest, session: "tests" } + - { python-version: "3.10", os: ubuntu-latest, session: "typeguard" } + - { python-version: "3.10", os: ubuntu-latest, session: "xdoctest" } + - { python-version: "3.10", os: ubuntu-latest, session: "docs-build" } env: NOXSESSION: ${{ matrix.session }} diff --git a/.readthedocs.yml b/.readthedocs.yml index 91d4721..24866dd 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,8 +20,7 @@ sphinx: configuration: docs/conf.py # Optionally build your docs in additional formats such as PDF and ePub -formats: - - all +formats: all # Optional but recommended, declare the Python requirements required # to build your documentation