Skip to content

Commit

Permalink
Add python 3.12 in the test matrix
Browse files Browse the repository at this point in the history
Refs #641
  • Loading branch information
Pierre-Sassoulas committed Oct 18, 2023
1 parent 1acdf89 commit 6329d05
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 318 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
#########

Version 1.11.0
--------------

**New**:

* pylint can now be upgraded to version 3.0.0 or more
* prospector now support python 3.12

Version 1.10.4
--------------

Expand Down
Loading

0 comments on commit 6329d05

Please sign in to comment.