mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Test with released Python 3.13
This commit is contained in:
parent
5f03152f76
commit
c4997fbaa7
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -36,12 +36,13 @@ jobs:
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
docutils:
|
||||
- "0.20"
|
||||
- "0.21"
|
||||
# include:
|
||||
# # test every supported Docutils version for the latest supported Python
|
||||
# - python: "3.12"
|
||||
# - python: "3.13"
|
||||
# docutils: "0.20"
|
||||
|
||||
steps:
|
||||
@ -70,13 +71,14 @@ jobs:
|
||||
PYTHONWARNINGS: "error" # treat all warnings as errors
|
||||
|
||||
deadsnakes:
|
||||
if: false
|
||||
runs-on: ubuntu-latest
|
||||
name: Python ${{ matrix.python }} (Docutils ${{ matrix.docutils }})
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python:
|
||||
- "3.13-dev"
|
||||
- "3.14"
|
||||
docutils:
|
||||
- "0.20"
|
||||
- "0.21"
|
||||
@ -86,7 +88,7 @@ jobs:
|
||||
- name: Set up Python ${{ matrix.python }} (deadsnakes)
|
||||
uses: deadsnakes/action@v3.2.0
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
python-version: ${{ matrix.python }}-dev
|
||||
- name: Check Python version
|
||||
run: python --version --version
|
||||
- name: Install graphviz
|
||||
@ -103,13 +105,14 @@ jobs:
|
||||
PYTHONWARNINGS: "error" # treat all warnings as errors
|
||||
|
||||
deadsnakes-free-threraded:
|
||||
if: false
|
||||
runs-on: ubuntu-latest
|
||||
name: Python ${{ matrix.python }} (Docutils ${{ matrix.docutils }}; free-threaded)
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python:
|
||||
- "3.13-dev"
|
||||
- "3.14"
|
||||
docutils:
|
||||
- "0.20"
|
||||
- "0.21"
|
||||
@ -119,7 +122,7 @@ jobs:
|
||||
- name: Set up Python ${{ matrix.python }} (deadsnakes)
|
||||
uses: deadsnakes/action@v3.2.0
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
python-version: ${{ matrix.python }}-dev
|
||||
nogil: true
|
||||
- name: Check Python version
|
||||
run: python --version --version
|
||||
|
Loading…
Reference in New Issue
Block a user