Skip to content

Commit

Permalink
Update main.yml Python
Browse files Browse the repository at this point in the history
  • Loading branch information
tuduun committed Mar 22, 2024
1 parent 009660b commit 0bcfc85
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.11"]
python-version: ["3.10"]
include:
- os: macos-latest
python-version: "3.11"
python-version: "3.10"
- os: windows-latest
python-version: "3.11"
python-version: "3.10"

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

0 comments on commit 0bcfc85

Please sign in to comment.