Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed May 29, 2024
1 parent 0c6a506 commit 1c4f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

This comment has been minimized.

Copy link
@aentwist

aentwist May 29, 2024

Contributor

I see that I failed to update the CI. Shouldn't this include python 3.8 and 3.12 too? Let me know if you need anything else for this, I see it got tagged 0.4.8 but didn't go to PyPI because of the CI thing.

os: [windows-latest, ubuntu-latest, macos-latest]
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 1c4f58d

Please sign in to comment.