Skip to content

Commit

Permalink
edit python version for macos and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed May 10, 2024
1 parent 397cd0c commit fedd2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_latest_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
include:
- os: macos-latest
python-version: "3.12"
python-version: "3.11"
- os: windows-latest
python-version: "3.12"
python-version: "3.11"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit fedd2bc

Please sign in to comment.