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 6ee18b8 commit f8bfbb4Copy full SHA for f8bfbb4
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
fail-fast: false
47
matrix:
48
os: [ubuntu, macos]
49
- python: ['3.9', '3.13']
+ python: ['3.9', '3.13', '3.14']
50
mpl-version: ['latest']
51
dist: ['ipympl*.whl']
52
include:
pyproject.toml
@@ -39,6 +39,7 @@ classifiers = [
39
"Programming Language :: Python :: 3.11",
40
"Programming Language :: Python :: 3.12",
41
"Programming Language :: Python :: 3.13",
42
+ "Programming Language :: Python :: 3.14",
43
"Topic :: Multimedia :: Graphics",
44
]
45
dependencies = [
0 commit comments