diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 8e79539..2ef5af1 100644 --- a/.github/workflows/conda_ci.yml +++ b/.github/workflows/conda_ci.yml @@ -24,14 +24,14 @@ jobs: - name: Setup Python 🐍 uses: "actions/setup-python@v4" with: - python-version: "3.11" + python-version: "3.8" - name: Setup Conda uses: conda-incubator/setup-miniconda@v2 with: activate-environment: env conda-build-version: 3.23.3 - python-version: "3.11" + python-version: "3.8" miniforge-variant: Mambaforge - name: Install dependencies 🔧 diff --git a/.github/workflows/python_ci_linux.yml b/.github/workflows/python_ci_linux.yml index 127c110..1e39902 100644 --- a/.github/workflows/python_ci_linux.yml +++ b/.github/workflows/python_ci_linux.yml @@ -188,14 +188,14 @@ jobs: - name: Setup Python 🐍 uses: "actions/setup-python@v4" with: - python-version: 3.11 + python-version: 3.8 - name: Setup Conda uses: conda-incubator/setup-miniconda@v2 with: activate-environment: env conda-build-version: 3.23.3 - python-version: "3.11" + python-version: "3.8" miniforge-variant: Mambaforge - name: Install dependencies 🔧 diff --git a/.readthedocs.yml b/.readthedocs.yml index 35b5c85..615e864 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -19,6 +19,3 @@ build: jobs: post_create_environment: - pip install .[all] - post_install: - - pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1 - sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 diff --git a/tox.ini b/tox.ini index ffb6c50..1b4cea6 100644 --- a/tox.ini +++ b/tox.ini @@ -127,7 +127,7 @@ deps = flake8-dunder-all>=0.1.1 flake8-encodings>=0.1.0 flake8-github-actions>=0.1.0 - flake8-noqa>=1.1.0,<=1.2.2 + flake8-noqa>=1.1.0 flake8-pyi>=20.10.0,<=22.8.0 flake8-pytest-style>=1.3.0 flake8-quotes>=3.3.0