Skip to content

Commit 487a53a

Browse files
committed
Drop Python 3.10 tests for stackhpc/master branch
1 parent e8a03b5 commit 487a53a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/tox.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ jobs:
3232
(github.base_ref == 'stackhpc/2024.1') ||
3333
(github.ref == 'refs/heads/stackhpc/2024.1') ||
3434
(github.base_ref == 'stackhpc/2025.1') ||
35-
(github.ref == 'refs/heads/stackhpc/2025.1') ||
36-
(((github.base_ref == 'stackhpc/master') ||
37-
(github.ref == 'refs/heads/stackhpc/master')) &&
38-
(github.repository != 'stackhpc/kayobe') &&
39-
(github.repository != 'stackhpc/kolla-ansible'))
35+
(github.ref == 'refs/heads/stackhpc/2025.1')
4036
}}
4137
PY3_12: ${{
4238
(github.base_ref == 'stackhpc/2025.1') ||

0 commit comments

Comments
 (0)