Skip to content

Commit c8395f0

Browse files
utnapischtimfenekku
authored andcommitted
test(matrix): move the test window for python
* with release of python 3.14 we move the test window to the newest four versions * since python3.10 hasn't been supported for the last major releases of InvenioRDM it will be ignored for the test matrix * we keep python3.9 for a while for some backwards compatible bigger partners
1 parent 1af4a11 commit c8395f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2024 CERN.
4+
# Copyright (C) 2025 Graz University of Technology.
45

56
name: Python CI
67

@@ -11,7 +12,7 @@ on:
1112
description: "Python versions"
1213
type: string
1314
# NOTE: There is no "array" type, so we use "string" and parse it in the matrix
14-
default: '["3.9", "3.12"]'
15+
default: '["3.9", "3.11", "3.14"]'
1516
extras:
1617
description: "Extra dependencies"
1718
type: string

0 commit comments

Comments
 (0)