diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index a968a0c..002dcc7 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -46,7 +46,7 @@ jobs: python-version: '3.11' toxenv: py311-test-sphinx72-cov-clocale - os: ubuntu-latest - python-version: '3.12-dev' + python-version: '3.12' toxenv: py312-test-sphinxdev # MacOS X - just the stable and dev @@ -69,11 +69,11 @@ jobs: toxenv: py311-test-sphinxdev steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install graphviz on Linux diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7ba5796..6d9d91f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,10 +13,10 @@ jobs: if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels')) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.8 diff --git a/.readthedocs.yml b/.readthedocs.yml index 93f9723..c85d6b6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,7 +18,6 @@ sphinx: fail_on_warning: true python: - system_packages: false install: - method: pip path: .