Skip to content

Commit

Permalink
Test on 3.13.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 17, 2024
1 parent 539d828 commit def9a6b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- {python-version: "3.10", testenvs: "py310-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "3.11", testenvs: "py311-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "3.12", testenvs: "py312-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "3.13", testenvs: "py313-dev-sphinx{3.2,3.3,3.4,3.5},build", experimental: True}
- {python-version: "3.13", testenvs: "py313-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "pypy-3.7", testenvs: "pypy37-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "pypy-3.8", testenvs: "pypy38-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-sphinx{3.2,3.3,3.4,3.5},build", experimental: True}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- {python-version: "3.10", testenvs: "py310-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "3.11", testenvs: "py311-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "3.12", testenvs: "py312-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "3.13", testenvs: "py313-dev-sphinx{3.2,3.3,3.4,3.5},build", experimental: True}
- {python-version: "3.13", testenvs: "py313-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "pypy-3.7", testenvs: "pypy37-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "pypy-3.8", testenvs: "pypy38-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "pypy-3.9", testenvs: "pypy39-sphinx{3.2,3.3,3.4,3.5},build", experimental: True}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- {python-version: "3.10", testenvs: "py310-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "3.11", testenvs: "py311-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "3.12", testenvs: "py312-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "3.13", testenvs: "py313-dev-sphinx{3.2,3.3,3.4,3.5},build", experimental: True}
- {python-version: "3.13", testenvs: "py313-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "pypy-3.7", testenvs: "pypy37-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "pypy-3.8", testenvs: "pypy38-sphinx{3.2,3.3,3.4,3.5},build", experimental: False}
- {python-version: "pypy-3.9", testenvs: "pypy39-sphinx{3.2,3.3,3.4,3.5},build", experimental: True}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ base-classifiers = [
"Topic :: Utilities",
"Typing :: Typed",
]
python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12",]
python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13",]
python-implementations = [ "CPython", "PyPy",]
platforms = [ "Windows", "macOS", "Linux",]
license-key = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python_versions:
- "3.10"
- "3.11"
- "3.12"
- 3.13-dev
- "3.13"
- pypy37
- pypy38
- pypy39
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ envlist =
py310-sphinx{3.2,3.3,3.4,3.5}
py311-sphinx{3.2,3.3,3.4,3.5}
py312-sphinx{3.2,3.3,3.4,3.5}
py313-dev-sphinx{3.2,3.3,3.4,3.5}
py313-sphinx{3.2,3.3,3.4,3.5}
pypy37-sphinx{3.2,3.3,3.4,3.5}
pypy38-sphinx{3.2,3.3,3.4,3.5}
pypy39-sphinx{3.2,3.3,3.4,3.5}
Expand All @@ -50,7 +50,7 @@ test =
py310-sphinx{3.2,3.3,3.4,3.5}
py311-sphinx{3.2,3.3,3.4,3.5}
py312-sphinx{3.2,3.3,3.4,3.5}
py313-dev-sphinx{3.2,3.3,3.4,3.5}
py313-sphinx{3.2,3.3,3.4,3.5}
pypy37-sphinx{3.2,3.3,3.4,3.5}
pypy38-sphinx{3.2,3.3,3.4,3.5}
pypy39-sphinx{3.2,3.3,3.4,3.5}
Expand All @@ -63,7 +63,7 @@ setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1

[testenv:py313-dev]
[testenv:py313]
download = True
setenv =
PYTHONDEVMODE=1
Expand Down Expand Up @@ -254,7 +254,7 @@ setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
[testenv:py313-dev-sphinx{3.2,3.3,3.4,3.5}]
[testenv:py313-sphinx{3.2,3.3,3.4,3.5}]
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
Expand Down

0 comments on commit def9a6b

Please sign in to comment.