From 6fa4c8d1ce74d2dc40ceaf94f8389d1753c79878 Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Sat, 28 Sep 2024 00:20:43 +0300 Subject: [PATCH] Changed sphinx's python version to 3.12 --- .github/workflows/sphinx-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx-docs.yml b/.github/workflows/sphinx-docs.yml index 41c09cd..088c061 100644 --- a/.github/workflows/sphinx-docs.yml +++ b/.github/workflows/sphinx-docs.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.12" - name: Set-up miniconda for macos and ubuntu uses: conda-incubator/setup-miniconda@v2 with: