We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5664908 commit 0b0f818Copy full SHA for 0b0f818
.github/workflows/test.yml
@@ -42,6 +42,8 @@ jobs:
42
- "3.12"
43
- "3.13"
44
- "3.13t"
45
+ - "3.14"
46
+ - "3.14t"
47
sphinx-version:
48
- "6"
49
- "7"
@@ -56,6 +58,12 @@ jobs:
56
58
- python: "3.13"
57
59
sphinx-version: "8"
60
os: "macos-latest"
61
+ - python: "3.14"
62
+ sphinx-version: "8"
63
+ os: "windows-latest"
64
65
66
+ os: "macos-latest"
67
68
steps:
69
- uses: actions/checkout@v4
@@ -65,6 +73,7 @@ jobs:
73
uses: actions/setup-python@v5
74
with:
75
python-version: ${{ matrix.python }}
76
+ allow-prereleases: true
77
- name: Check Python version
78
run: python --version --version
70
79
- name: Export UV_PYTHON
0 commit comments