Skip to content

Commit 53b6dd3

Browse files
committed
Deprecate python 3.6 support
1 parent eb6c539 commit 53b6dd3

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
environment: [pep8,py3]
12-
python-minor-version: [6,8,10,12]
13-
is-not-python36:
14-
- ${{
15-
(github.base_ref == 'stackhpc/zed') ||
16-
(github.ref == 'refs/heads/stackhpc/zed') ||
17-
(github.base_ref == 'stackhpc/2023.1') ||
18-
(github.ref == 'refs/heads/stackhpc/2023.1') ||
19-
(github.base_ref == 'stackhpc/2023.2') ||
20-
(github.ref == 'refs/heads/stackhpc/2023.2') ||
21-
(github.base_ref == 'stackhpc/2024.1') ||
22-
(github.ref == 'refs/heads/stackhpc/2024.1') ||
23-
(github.base_ref == 'stackhpc/2025.1') ||
24-
(github.ref == 'refs/heads/stackhpc/2025.1') ||
25-
(github.base_ref == 'stackhpc/master') ||
26-
(github.ref == 'refs/heads/stackhpc/master')
27-
}}
12+
python-minor-version: [8,10,12]
2813
is-not-python38:
2914
- ${{
3015
((github.repository == 'stackhpc/kayobe') &&
@@ -43,10 +28,6 @@ jobs:
4328
(github.ref == 'refs/heads/stackhpc/master')
4429
}}
4530
exclude:
46-
- environment: pep8
47-
python-minor-version: 6
48-
- is-not-python36: true
49-
python-minor-version: 6
5031
- is-not-python36: true
5132
environment: pep8
5233
python-minor-version: 8

0 commit comments

Comments
 (0)