Skip to content

Commit aec980a

Browse files
maartenbreddelsiisakkirotko
authored andcommitted
build,ci: Python 3.12 support
1 parent 5a8859f commit aec980a

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: [3.8, 3.9, "3.10", "3.11"] # pre-commit does not support Python < 3.8
12+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] # pre-commit does not support Python < 3.8
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
23+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
2424

2525
steps:
2626
- uses: actions/checkout@v4

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)