Skip to content

Commit

Permalink
Support python 3.13 in classifiers and CI (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 authored Dec 17, 2024
1 parent fe298ef commit 52f01d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos]
python: ['3.9', '3.12']
python: ['3.9', '3.13']
mpl-version: ['latest']
dist: ['ipympl*.whl']
include:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Multimedia :: Graphics",
]
dependencies = [
Expand Down

0 comments on commit 52f01d1

Please sign in to comment.