Skip to content

Commit 1ca7c3a

Browse files
committed
fix 3.13 CI
1 parent 6dd1821 commit 1ca7c3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
strategy:
5050
matrix:
51-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13rc1']
51+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
5252
sphinx-version:
5353
- 'Sphinx~=7.0.0'
5454
- 'Sphinx~=7.2.0'
@@ -57,13 +57,13 @@ jobs:
5757
exclude:
5858
- python-version: '3.12'
5959
sphinx-version: 'Sphinx~=7.0.0'
60-
- python-version: '3.13rc1'
60+
- python-version: '3.13.0-rc.1'
6161
sphinx-version: 'Sphinx~=7.0.0'
62-
- python-version: '3.13rc1'
62+
- python-version: '3.13.0-rc.1'
6363
sphinx-version: 'Sphinx~=7.1.0'
64-
- python-version: '3.13rc1'
64+
- python-version: '3.13.0-rc.1'
6565
sphinx-version: 'Sphinx~=7.2.0'
66-
- python-version: '3.13rc1'
66+
- python-version: '3.13.0-rc.1'
6767
sphinx-version: 'Sphinx~=7.3.0'
6868

6969
steps:

0 commit comments

Comments
 (0)