Skip to content

Commit

Permalink
Merge branch 'master' of github.com:i2mint/titbit
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Mar 26, 2024
2 parents 4a2acf5 + 214a961 commit e4fb82a
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 e4fb82a

Please sign in to comment.