Skip to content

Commit 2c01f4d

Browse files
Test on Python 3.13 (#800)
1 parent ad71688 commit 2c01f4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu, macos]
21-
python-version: ["3.11", "3.12"]
21+
python-version: ["3.11", "3.12", "3.13"]
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}

intro/matplotlib/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ from within a python session:
11261126
::
11271127

11281128
>>> import matplotlib.pyplot as plt
1129-
>>> help(plt.plot)
1129+
>>> help(plt.plot) # doctest: +SKIP
11301130
Help on function plot in module matplotlib.pyplot:
11311131
<BLANKLINE>
11321132
plot(*args: ...) -> 'list[Line2D]'

0 commit comments

Comments
 (0)