Skip to content

Commit 24cfcfa

Browse files
committed
MNT: Test Python 3.12 support
1 parent a032bcd commit 24cfcfa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123
strategy:
124124
matrix:
125-
python-version: ["3.8", "3.9", "3.10", "3.11"]
125+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
126126
install: [repo]
127127
include:
128128
- python-version: "3.11"
@@ -199,7 +199,7 @@ jobs:
199199
runs-on: ubuntu-latest
200200
strategy:
201201
matrix:
202-
python-version: ["3.8", "3.9", "3.10", "3.11"]
202+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
203203
install: [repo]
204204
pip-flags: ['--pre']
205205

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.9",
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
2324
"Topic :: Scientific/Engineering :: Image Recognition",
2425
]
2526
dependencies = [

0 commit comments

Comments
 (0)