Skip to content

Commit

Permalink
GitHub Actions running temporary with Python 3.10 and Ubuntu only.
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed May 9, 2024
1 parent f89b5c7 commit 718a2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
#python-version: [3.7] # [3.7, 3.8, 3.9]
cfg:
#- { os: ubuntu-latest, python-version: "3.9"}
#- { os: ubuntu-latest, python-version: "3.10"}
- { os: ubuntu-latest, python-version: "3.10"}
#- { os: macos-latest, python-version: "3.9"}
- { os: macos-latest, python-version: "3.10"}
#- { os: macos-latest, python-version: "3.10"}
#- { os: windows-latest, python-version: "3.9"}
#- { os: windows-latest, python-version: "3.10"}

Expand Down

0 comments on commit 718a2b2

Please sign in to comment.