Skip to content

Commit a61e9e7

Browse files
committed
Update maintenance email and github actions
1 parent d073f5e commit a61e9e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
python-version: [3.9]
23+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2424

2525
steps:
2626
- name: Checkout

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = Inline Matplotlib backend for Jupyter
55
long_description = file: README.md, LICENSE
66
long_description_content_type = text/markdown
77
author = IPython Development Team
8-
author_email = ipython-dev@scipy.org
8+
author_email = ipython-dev@python.org
99
url = https://github.com/ipython/matplotlib-inline
1010
license = BSD 3-Clause
1111
license_file = LICENSE

0 commit comments

Comments
 (0)