Skip to content

Commit

Permalink
Update maintenance email and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Nov 21, 2023
1 parent d073f5e commit a61e9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.9]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = Inline Matplotlib backend for Jupyter
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
author = IPython Development Team
author_email = ipython-dev@scipy.org
author_email = ipython-dev@python.org
url = https://github.com/ipython/matplotlib-inline
license = BSD 3-Clause
license_file = LICENSE
Expand Down

0 comments on commit a61e9e7

Please sign in to comment.