Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc authored Jan 20, 2025
2 parents 70c4f2c + 3c7b915 commit 14ed43a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.7","3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
os: [ "ubuntu-latest" ]
os-label: [ "Ubuntu" ]
include:
- { python-version: "3.8", os: "windows-latest", os-label: "Windows" }
- { python-version: "3.8", os: "macos-latest", os-label: "macOS" }
- { python-version: "3.7", os: "ubuntu-22.04", os-label: "Ubuntu" }
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 14ed43a

Please sign in to comment.