Skip to content

Commit

Permalink
[ci] use Python 3.10, not 3.1 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
magv committed Jul 15, 2024
1 parent 4bda68f commit fab07c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8, 3.10]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest]
steps:
- name: Install dependencies
Expand Down

0 comments on commit fab07c4

Please sign in to comment.