From 0224f7b90136a8b23663530e62e272eb0744d37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 18 Dec 2023 22:10:51 -0800 Subject: [PATCH 1/3] CI: update actions' version --- .github/workflows/ci_workflows.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index a968a0c..8ce4d50 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -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 From 3e25cc730927091f55a9a8213d4972e8c565df7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 18 Dec 2023 22:12:44 -0800 Subject: [PATCH 2/3] CI: switch to use stable 3.12 --- .github/workflows/ci_workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 8ce4d50..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 From af0d17afb4c0c45dd11872b7e221c2a1524a57a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 18 Dec 2023 22:23:42 -0800 Subject: [PATCH 3/3] CI: remove deprecated/removed RTD config --- .readthedocs.yml | 1 - 1 file changed, 1 deletion(-) 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: .