Skip to content

Commit 858c61a

Browse files
committed
MAINT: adding python 3.13 to CI and classifiers
1 parent c2b76d8 commit 858c61a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
python-version: ["3.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1919
sphinx: [">=5,<9"] # Newest Sphinx (any)
2020
myst-parser: [">=1,<3"] # Newest MyST Parser (any)
2121
include:
@@ -52,6 +52,7 @@ jobs:
5252
uses: actions/setup-python@v5
5353
with:
5454
python-version: ${{ matrix.python-version }}
55+
allow-prereleases: true
5556
cache: pip
5657
- name: Install myst-nb with Sphinx ${{ matrix.sphinx }}
5758
run: |

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2324
"Programming Language :: Python :: Implementation :: CPython",
2425
"Programming Language :: Python :: Implementation :: PyPy",
2526
"Topic :: Software Development :: Libraries :: Python Modules",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ envlist = py311-sphinx7
1616
[testenv]
1717
usedevelop = true
1818

19-
[testenv:py{39,310,311,312}-sphinx{5,6,7,8}]
19+
[testenv:py{39,310,311,312,313}-sphinx{5,6,7,8}]
2020
extras = testing
2121
deps =
2222
sphinx5: sphinx>=5,<6

0 commit comments

Comments
 (0)