Skip to content

Commit

Permalink
try python 3.12; remove pip testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Apr 19, 2024
1 parent 11b4757 commit 9a67014
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
strategy:
matrix:
os: ["windows-latest", "macos-latest", "ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11"]
install-method: ["git", "pip"]
python-version: ["3.9", "3.11", "3.12"]
# install-method: ["git", "pip"]
install-method: ["git"]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9a67014

Please sign in to comment.