We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16272ce commit 05e52f0Copy full SHA for 05e52f0
.github/workflows/iriscast_package_build.yaml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-20.04
18
strategy:
19
matrix:
20
- python-version: ["3.x", "3.10", "3.6.8"]
+ python-version: ["3.x", "3.10"]
21
steps:
22
- uses: actions/checkout@v5
23
- name: Set up Python ${{ matrix.python-version }}
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
- python-version: ["3.10", "3.6.8"]
+ python-version: ["3.10"]
74
75
76
0 commit comments