Skip to content

Commit b313d96

Browse files
committed
Support Python 3.12
1 parent b0d239b commit b313d96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.9", "3.10", "3.11"]
22+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2323
os: [ubuntu-latest, macos-latest, windows-latest]
2424

2525
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.9",
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12",
3233
"Topic :: Scientific/Engineering",
3334
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3435
"Topic :: Scientific/Engineering :: Mathematics",

0 commit comments

Comments
 (0)