Skip to content

Commit

Permalink
Stop testing on Python 3.12 for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed May 11, 2024
1 parent c94ec31 commit 4c1b22d
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 @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.12"]
python-version: ["3.8"]

steps:
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 4c1b22d

Please sign in to comment.