Skip to content

Commit

Permalink
Add python 3.12 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencrowell committed May 22, 2024
1 parent 11b77fb commit ff1e614
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8","3.9","3.10","3.11"]
python-version: ["3.8","3.9","3.10","3.11","3.12"]
# Extras for included, optional plugin support (space-separated lists)
opt-extra: [
"", # no extras
Expand Down
2 changes: 2 additions & 0 deletions docs/release_notes/pending_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ CI/CD

* Changed CodeCov version from v3 to v4.

* Add python 3.12 to test matrix

Docker

* Update Dockerfile install of poetry, and make separate & specific directory
Expand Down
Loading

0 comments on commit ff1e614

Please sign in to comment.