Skip to content

Commit 2723413

Browse files
committed
MNT: Verify and advertise 3.12 support
1 parent ea2ad74 commit 2723413

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
strategy:
6767
matrix:
68-
python-version: ["3.10", "3.11"]
68+
python-version: ["3.10", "3.11", "3.12"]
6969
install: [repo]
7070
include:
7171
- python-version: "3.11"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers = [
1414
"License :: OSI Approved :: Apache Software License",
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
17+
"Programming Language :: Python :: 3.12",
1718
]
1819
license = {file = "LICENSE"}
1920
requires-python = ">=3.10"

0 commit comments

Comments
 (0)