Skip to content

Commit

Permalink
removed 3.12 build for now till we get the numpy versioning sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Dec 18, 2023
1 parent 6d7d0e3 commit b54fc51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11"]
allow_failure: [false]
include:
- python-version: "3.12"
allow_failure: [true]
# include:
# - python-version: "3.12"
# allow_failure: [true]

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

0 comments on commit b54fc51

Please sign in to comment.