Skip to content

Commit

Permalink
chore: ci.yml 3.8 -> 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen authored Mar 26, 2024
1 parent c4fbe91 commit 214a961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 214a961

Please sign in to comment.