File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments