Skip to content

Commit

Permalink
test only py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Dec 2, 2024
1 parent 158b369 commit 92d882f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.9"
- "3.10"
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.10"]
defaults:
run:
shell: bash -l {0}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.9"
- "3.10"
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Expand Down

0 comments on commit 92d882f

Please sign in to comment.