Skip to content

Commit

Permalink
Specify version Python 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Nov 1, 2024
1 parent fd1593e commit 346e20e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_cables2_flox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 2
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.x"]
python-version: ["3.13"]
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_stx2_deletion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 2
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.x"]
python-version: ["3.13"]
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tyr_substitution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 2
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.x"]
python-version: ["3.13"]
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}

defaults:
Expand Down

0 comments on commit 346e20e

Please sign in to comment.