Skip to content

Commit

Permalink
chore: gh-actions, run non-code actions against python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Dec 3, 2024
1 parent 77e13fd commit a33dca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
max-parallel: 4
matrix:
python-version:
- '3.9'
- '3.12'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
max-parallel: 4
matrix:
python-version:
- '3.9'
- '3.12'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -117,7 +117,7 @@ jobs:
max-parallel: 4
matrix:
python-version:
- '3.9'
- '3.12'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a33dca3

Please sign in to comment.