Skip to content

Commit c3a4389

Browse files
committed
Removed unsupported python versions
1 parent 4c3dfd1 commit c3a4389

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

.github/workflows/test-bench.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@ on:
1010

1111
jobs:
1212
test-bench-job:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1717
include:
18-
- python-version: 3.6
19-
allow-failure: true
20-
- python-version: 3.7
21-
allow-failure: true
2218
- python-version: 3.8
23-
allow-failure: true
19+
allow-failure: false
2420
- python-version: 3.9
2521
allow-failure: false
2622
- python-version: 3.10

.github/workflows/test-unit.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1717
include:
18-
- python-version: 3.6
19-
allow-failure: true
20-
- python-version: 3.7
21-
allow-failure: true
2218
- python-version: 3.8
23-
allow-failure: true
19+
allow-failure: false
2420
- python-version: 3.9
2521
allow-failure: false
2622
- python-version: 3.10

0 commit comments

Comments
 (0)