Skip to content

Commit 95debf5

Browse files
build,ci: Python 3.12 support
1 parent 16518bf commit 95debf5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/codequality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
14+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
1515

1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
14+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
1515

1616
steps:
1717
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.9",
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
2526
"Framework :: Jupyter",
2627
"Topic :: Software Development :: User Interfaces",
2728
"Environment :: Web Environment",

0 commit comments

Comments
 (0)