Skip to content

Commit

Permalink
Update: CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjamenMeyer committed Feb 11, 2024
1 parent 1e211cc commit 17f1b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.9]
python-version: [3.12]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10.13, 3.11, 3.12]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 17f1b1f

Please sign in to comment.