Skip to content

Commit

Permalink
Update CI pipeline to run only Python 3.8 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jun 24, 2024
1 parent f6d6b22 commit 1bc2391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1bc2391

Please sign in to comment.