Skip to content

Commit

Permalink
core: set py versions consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
mj0nez committed Sep 19, 2023
1 parent 6289237 commit 7431511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.11]
python-version: ["3.11"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7431511

Please sign in to comment.