Skip to content

Commit 52f01d1

Browse files
authored
Support python 3.13 in classifiers and CI (#571)
1 parent fe298ef commit 52f01d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
os: [ubuntu, macos]
49-
python: ['3.9', '3.12']
49+
python: ['3.9', '3.13']
5050
mpl-version: ['latest']
5151
dist: ['ipympl*.whl']
5252
include:

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ classifiers = [
3838
"Programming Language :: Python :: 3.10",
3939
"Programming Language :: Python :: 3.11",
4040
"Programming Language :: Python :: 3.12",
41+
"Programming Language :: Python :: 3.13",
4142
"Topic :: Multimedia :: Graphics",
4243
]
4344
dependencies = [

0 commit comments

Comments
 (0)