Skip to content

Commit 54505d1

Browse files
committed
CI/Package: Support Python 3.12 #20
1 parent 57f0250 commit 54505d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test:linux:x64:
4646
matrix:
4747
# Note: Docker images will have an arbitrary minor version due to "if-not-present" pull policy.
4848
# If this becomes a problem, we could e.g. specify a minor version explicitly.
49-
- PYTHON_VERSION: [ '3.7', '3.8', '3.9', '3.10', '3.11']
49+
- PYTHON_VERSION: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
5050

5151
test:linux:armv7hf:
5252
extends: .test

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"Programming Language :: Python :: 3.9",
3131
"Programming Language :: Python :: 3.10",
3232
"Programming Language :: Python :: 3.11",
33+
"Programming Language :: Python :: 3.12",
3334
"Programming Language :: C",
3435
"Programming Language :: C++",
3536

0 commit comments

Comments
 (0)