Skip to content

Commit

Permalink
drops python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Nov 5, 2024
1 parent 3d3965c commit 6daede0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: needs.preliminary.outputs.check_doc_modified == 'failure'
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 0.10.15dev

*Drops compatibility with Python 3.8*

* [Fix] Compaatibility with `prettytable>=3.12.0`

## 0.10.14 (2024-09-18)

* [Feature] Removes telemetry
Expand Down

0 comments on commit 6daede0

Please sign in to comment.