Skip to content

Commit

Permalink
Test on Python 3.13 (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Dec 17, 2024
1 parent ad71688 commit 2c01f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos]
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion intro/matplotlib/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ from within a python session:
::

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

0 comments on commit 2c01f4d

Please sign in to comment.