Skip to content

Commit 8f21d1b

Browse files
author
Roman
committed
add python3.12 support
1 parent bcc7dc2 commit 8f21d1b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ workflows:
287287
- check_compatibility:
288288
python_version: "3.11"
289289
name: check-compatibility-3.11
290+
- check_compatibility:
291+
python_version: "3.12"
292+
name: check-compatibility-3.12
293+
290294

291295
pr-requirements:
292296
jobs:
@@ -298,7 +302,7 @@ workflows:
298302
- build-and-test:
299303
matrix:
300304
parameters:
301-
python-version: ["3.9.13", "3.10.6", "3.11.4"]
305+
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7" ]
302306
requires:
303307
- check-if-pr-is-draft
304308
- unit-tests-all-python-versions:
@@ -307,7 +311,7 @@ workflows:
307311
- lint-and-type-check:
308312
matrix:
309313
parameters:
310-
python-version: ["3.9.13", "3.10.6", "3.11.4"]
314+
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7" ]
311315
requires:
312316
- check-if-pr-is-draft
313317
#- coveralls:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def read_requirements(path):
8686
"Programming Language :: Python :: 3.9",
8787
"Programming Language :: Python :: 3.10",
8888
"Programming Language :: Python :: 3.11",
89+
"Programming Language :: Python :: 3.12",
8990
"Topic :: Scientific/Engineering",
9091
"Topic :: Scientific/Engineering :: Mathematics",
9192
"Topic :: Scientific/Engineering :: Artificial Intelligence",

0 commit comments

Comments
 (0)