Skip to content

Commit

Permalink
updated python3.10 requirement in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Nov 29, 2024
1 parent ea34373 commit 5cef55b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
include:
- python-version: "3.9"
numpy-version: "1.26.4"
- python-version: "3.10"
numpy-version: "2.0.2"

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

0 comments on commit 5cef55b

Please # to comment.