Skip to content

Commit 0586295

Browse files
committed
Add python 3.13, drop 3.8
1 parent b93777d commit 0586295

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest]
24-
python-version: ["3.9", "3.10", "3.11", "3.12"]
24+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2525

2626
steps:
2727
- name: Checkout

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ classifiers = [
2020
"License :: OSI Approved :: BSD License",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.8",
2423
"Programming Language :: Python :: 3.9",
2524
"Programming Language :: Python :: 3.10",
2625
"Programming Language :: Python :: 3.11",
2726
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
2828
"Topic :: Multimedia :: Graphics",
2929
]
3030
dependencies = ["traitlets"]
@@ -37,7 +37,7 @@ keywords = [
3737
]
3838
license = {file = "LICENSE"}
3939
readme = "README.md"
40-
requires-python = ">=3.8"
40+
requires-python = ">=3.9"
4141

4242
[project.entry-points."matplotlib.backend"]
4343
inline = "matplotlib_inline.backend_inline"

0 commit comments

Comments
 (0)