Skip to content

Commit

Permalink
test: test with Python v3.11 rather than v3.10;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Mar 26, 2024
1 parent 831ac32 commit bac38bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version: ["3.7", "3.10"]
python-version: ["3.7", "3.11"]

steps:
- name: Check out the repo code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version: ["3.7", "3.10"]
python-version: ["3.7", "3.11"]
torch-version: ["1.13.1"]
steps:
- name: Check out the repo code
Expand Down

0 comments on commit bac38bd

Please sign in to comment.