Skip to content

Commit

Permalink
Adding py3.12 to full dependency CI checks (#4329)
Browse files Browse the repository at this point in the history
Running full deps py3.12 check in github actions now.
  • Loading branch information
IAlibay authored Dec 23, 2023
1 parent 2d1d684 commit edda942
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, ]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
full-deps: [true, ]
codecov: [true, ]
include:
Expand All @@ -48,11 +48,6 @@ jobs:
full-deps: true
codecov: false
extra-pip-deps: asv
- name: python_312
os: ubuntu-latest
python-version: "3.12"
full-deps: false
codecov: true
env:
CYTHON_TRACE_NOGIL: 1
MPLBACKEND: agg
Expand Down

0 comments on commit edda942

Please sign in to comment.