Skip to content

Commit 05e52f0

Browse files
stop building py3.6.8 rpms
EOL long time ago
1 parent 16272ce commit 05e52f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/iriscast_package_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-20.04
1818
strategy:
1919
matrix:
20-
python-version: ["3.x", "3.10", "3.6.8"]
20+
python-version: ["3.x", "3.10"]
2121
steps:
2222
- uses: actions/checkout@v5
2323
- name: Set up Python ${{ matrix.python-version }}
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-20.04
7171
strategy:
7272
matrix:
73-
python-version: ["3.10", "3.6.8"]
73+
python-version: ["3.10"]
7474
steps:
7575
- uses: actions/checkout@v5
7676
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)