Skip to content

Commit

Permalink
fix 3.13 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Aug 24, 2024
1 parent 6dd1821 commit 1ca7c3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13rc1']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
sphinx-version:
- 'Sphinx~=7.0.0'
- 'Sphinx~=7.2.0'
Expand All @@ -57,13 +57,13 @@ jobs:
exclude:
- python-version: '3.12'
sphinx-version: 'Sphinx~=7.0.0'
- python-version: '3.13rc1'
- python-version: '3.13.0-rc.1'
sphinx-version: 'Sphinx~=7.0.0'
- python-version: '3.13rc1'
- python-version: '3.13.0-rc.1'
sphinx-version: 'Sphinx~=7.1.0'
- python-version: '3.13rc1'
- python-version: '3.13.0-rc.1'
sphinx-version: 'Sphinx~=7.2.0'
- python-version: '3.13rc1'
- python-version: '3.13.0-rc.1'
sphinx-version: 'Sphinx~=7.3.0'

steps:
Expand Down

0 comments on commit 1ca7c3a

Please sign in to comment.