Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b0f818

Browse files
authored
Test with Python 3.14 and 3.14t (#144)
1 parent 5664908 commit 0b0f818

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- "3.12"
4343
- "3.13"
4444
- "3.13t"
45+
- "3.14"
46+
- "3.14t"
4547
sphinx-version:
4648
- "6"
4749
- "7"
@@ -56,6 +58,12 @@ jobs:
5658
- python: "3.13"
5759
sphinx-version: "8"
5860
os: "macos-latest"
61+
- python: "3.14"
62+
sphinx-version: "8"
63+
os: "windows-latest"
64+
- python: "3.14"
65+
sphinx-version: "8"
66+
os: "macos-latest"
5967

6068
steps:
6169
- uses: actions/checkout@v4
@@ -65,6 +73,7 @@ jobs:
6573
uses: actions/setup-python@v5
6674
with:
6775
python-version: ${{ matrix.python }}
76+
allow-prereleases: true
6877
- name: Check Python version
6978
run: python --version --version
7079
- name: Export UV_PYTHON

0 commit comments

Comments
 (0)