Skip to content

Commit

Permalink
Update main.yml python back
Browse files Browse the repository at this point in the history
  • Loading branch information
tuduun authored Mar 22, 2024
1 parent a0b9c58 commit aa2f8a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]
python-version: ["3.11"]
include:
- os: macos-latest
python-version: "3.10"
python-version: "3.11"
- os: windows-latest
python-version: "3.10"
python-version: "3.11"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit aa2f8a1

Please sign in to comment.