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 12, 2024
1 parent a90b6cb commit 1dc64e9
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 1dc64e9

Please sign in to comment.