Skip to content

Commit d33aac3

Browse files
committed
chore: update officially supported Python versions to 3.7-3.13
1 parent c1ea18e commit d33aac3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
72+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
7373
steps:
7474
- uses: actions/checkout@v4
7575
- uses: actions/setup-python@v5

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "ipyvuetify"
77
version = "1.11.0"
88
description="Jupyter widgets based on vuetify UI components"
9-
requires-python = ">=3.6"
9+
requires-python = ">=3.7"
1010
dependencies = ["ipyvue>=1.7,<2"]
1111
keywords=["ipython", "jupyter", "widgets"]
1212
authors = [
@@ -20,12 +20,13 @@ classifiers=[
2020
"Intended Audience :: Science/Research",
2121
"Topic :: Multimedia :: Graphics",
2222
"License :: OSI Approved :: MIT License",
23-
"Programming Language :: Python :: 3.6",
2423
"Programming Language :: Python :: 3.7",
2524
"Programming Language :: Python :: 3.8",
2625
"Programming Language :: Python :: 3.9",
2726
"Programming Language :: Python :: 3.10",
2827
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2930
]
3031

3132
[project.urls]

0 commit comments

Comments
 (0)