Skip to content

Commit

Permalink
CI: Drop python 3.12
Browse files Browse the repository at this point in the history
It is not supported by numba
  • Loading branch information
pmav99 committed Nov 15, 2023
1 parent 48b07b8 commit e4f3d56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python: ["3.10", "3.11", "3.12"]
python: ["3.10", "3.11"]
include:
- os: "macos-latest"
python-version: "3.10"
- os: "macos-latest"
python-version: "3.12"
defaults:
run:
shell: "bash -elo pipefail {0}"
Expand Down

0 comments on commit e4f3d56

Please sign in to comment.