We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe298ef commit 52f01d1Copy full SHA for 52f01d1
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
fail-fast: false
47
matrix:
48
os: [ubuntu, macos]
49
- python: ['3.9', '3.12']
+ python: ['3.9', '3.13']
50
mpl-version: ['latest']
51
dist: ['ipympl*.whl']
52
include:
pyproject.toml
@@ -38,6 +38,7 @@ classifiers = [
38
"Programming Language :: Python :: 3.10",
39
"Programming Language :: Python :: 3.11",
40
"Programming Language :: Python :: 3.12",
41
+ "Programming Language :: Python :: 3.13",
42
"Topic :: Multimedia :: Graphics",
43
]
44
dependencies = [
0 commit comments